diff options
Diffstat (limited to 'server/tests/external-plugins')
-rw-r--r-- | server/tests/external-plugins/auth-ldap.ts | 2 | ||||
-rw-r--r-- | server/tests/external-plugins/auto-block-videos.ts | 8 | ||||
-rw-r--r-- | server/tests/external-plugins/auto-mute.ts | 12 |
3 files changed, 11 insertions, 11 deletions
diff --git a/server/tests/external-plugins/auth-ldap.ts b/server/tests/external-plugins/auth-ldap.ts index aaaf23278..12b4a1b8d 100644 --- a/server/tests/external-plugins/auth-ldap.ts +++ b/server/tests/external-plugins/auth-ldap.ts | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | import 'mocha' | 3 | import 'mocha' |
4 | import { expect } from 'chai' | 4 | import { expect } from 'chai' |
5 | import { HttpStatusCode } from '@shared/core-utils' | 5 | import { HttpStatusCode } from '@shared/models' |
6 | import { cleanupTests, createSingleServer, PeerTubeServer, setAccessTokensToServers } from '@shared/extra-utils' | 6 | import { cleanupTests, createSingleServer, PeerTubeServer, setAccessTokensToServers } from '@shared/extra-utils' |
7 | 7 | ||
8 | describe('Official plugin auth-ldap', function () { | 8 | describe('Official plugin auth-ldap', function () { |
diff --git a/server/tests/external-plugins/auto-block-videos.ts b/server/tests/external-plugins/auto-block-videos.ts index 9cb86310b..78b13eded 100644 --- a/server/tests/external-plugins/auto-block-videos.ts +++ b/server/tests/external-plugins/auto-block-videos.ts | |||
@@ -43,10 +43,10 @@ describe('Official plugin auto-block videos', function () { | |||
43 | blocklistServer = new MockBlocklist() | 43 | blocklistServer = new MockBlocklist() |
44 | port = await blocklistServer.initialize() | 44 | port = await blocklistServer.initialize() |
45 | 45 | ||
46 | await await servers[0].videos.quickUpload({ name: 'video server 1' }) | 46 | await servers[0].videos.quickUpload({ name: 'video server 1' }) |
47 | await await servers[1].videos.quickUpload({ name: 'video server 2' }) | 47 | await servers[1].videos.quickUpload({ name: 'video server 2' }) |
48 | await await servers[1].videos.quickUpload({ name: 'video 2 server 2' }) | 48 | await servers[1].videos.quickUpload({ name: 'video 2 server 2' }) |
49 | await await servers[1].videos.quickUpload({ name: 'video 3 server 2' }) | 49 | await servers[1].videos.quickUpload({ name: 'video 3 server 2' }) |
50 | 50 | ||
51 | { | 51 | { |
52 | const { data } = await servers[0].videos.list() | 52 | const { data } = await servers[0].videos.list() |
diff --git a/server/tests/external-plugins/auto-mute.ts b/server/tests/external-plugins/auto-mute.ts index 771201505..b2046313b 100644 --- a/server/tests/external-plugins/auto-mute.ts +++ b/server/tests/external-plugins/auto-mute.ts | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | import 'mocha' | 3 | import 'mocha' |
4 | import { expect } from 'chai' | 4 | import { expect } from 'chai' |
5 | import { HttpStatusCode } from '@shared/core-utils' | 5 | import { HttpStatusCode } from '@shared/models' |
6 | import { | 6 | import { |
7 | cleanupTests, | 7 | cleanupTests, |
8 | doubleFollow, | 8 | doubleFollow, |
@@ -34,8 +34,8 @@ describe('Official plugin auto-mute', function () { | |||
34 | blocklistServer = new MockBlocklist() | 34 | blocklistServer = new MockBlocklist() |
35 | port = await blocklistServer.initialize() | 35 | port = await blocklistServer.initialize() |
36 | 36 | ||
37 | await await servers[0].videos.quickUpload({ name: 'video server 1' }) | 37 | await servers[0].videos.quickUpload({ name: 'video server 1' }) |
38 | await await servers[1].videos.quickUpload({ name: 'video server 2' }) | 38 | await servers[1].videos.quickUpload({ name: 'video server 2' }) |
39 | 39 | ||
40 | await doubleFollow(servers[0], servers[1]) | 40 | await doubleFollow(servers[0], servers[1]) |
41 | }) | 41 | }) |
@@ -162,7 +162,7 @@ describe('Official plugin auto-mute', function () { | |||
162 | await makeGetRequest({ | 162 | await makeGetRequest({ |
163 | url: servers[0].url, | 163 | url: servers[0].url, |
164 | path: '/plugins/auto-mute/router/api/v1/mute-list', | 164 | path: '/plugins/auto-mute/router/api/v1/mute-list', |
165 | statusCodeExpected: HttpStatusCode.FORBIDDEN_403 | 165 | expectedStatus: HttpStatusCode.FORBIDDEN_403 |
166 | }) | 166 | }) |
167 | }) | 167 | }) |
168 | 168 | ||
@@ -179,7 +179,7 @@ describe('Official plugin auto-mute', function () { | |||
179 | await makeGetRequest({ | 179 | await makeGetRequest({ |
180 | url: servers[0].url, | 180 | url: servers[0].url, |
181 | path: '/plugins/auto-mute/router/api/v1/mute-list', | 181 | path: '/plugins/auto-mute/router/api/v1/mute-list', |
182 | statusCodeExpected: HttpStatusCode.OK_200 | 182 | expectedStatus: HttpStatusCode.OK_200 |
183 | }) | 183 | }) |
184 | }) | 184 | }) |
185 | 185 | ||
@@ -201,7 +201,7 @@ describe('Official plugin auto-mute', function () { | |||
201 | const res = await makeGetRequest({ | 201 | const res = await makeGetRequest({ |
202 | url: servers[0].url, | 202 | url: servers[0].url, |
203 | path: '/plugins/auto-mute/router/api/v1/mute-list', | 203 | path: '/plugins/auto-mute/router/api/v1/mute-list', |
204 | statusCodeExpected: HttpStatusCode.OK_200 | 204 | expectedStatus: HttpStatusCode.OK_200 |
205 | }) | 205 | }) |
206 | 206 | ||
207 | const data = res.body.data | 207 | const data = res.body.data |