diff options
Diffstat (limited to 'server/tests/plugins/external-auth.ts')
-rw-r--r-- | server/tests/plugins/external-auth.ts | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/server/tests/plugins/external-auth.ts b/server/tests/plugins/external-auth.ts index a2828603a..f3e018d43 100644 --- a/server/tests/plugins/external-auth.ts +++ b/server/tests/plugins/external-auth.ts | |||
@@ -2,17 +2,16 @@ | |||
2 | 2 | ||
3 | import 'mocha' | 3 | import 'mocha' |
4 | import { expect } from 'chai' | 4 | import { expect } from 'chai' |
5 | import { HttpStatusCode } from '@shared/models' | ||
6 | import { | 5 | import { |
7 | cleanupTests, | 6 | cleanupTests, |
8 | decodeQueryString, | ||
9 | createSingleServer, | 7 | createSingleServer, |
10 | PluginsCommand, | 8 | decodeQueryString, |
11 | PeerTubeServer, | 9 | PeerTubeServer, |
10 | PluginsCommand, | ||
12 | setAccessTokensToServers, | 11 | setAccessTokensToServers, |
13 | wait | 12 | wait |
14 | } from '@shared/extra-utils' | 13 | } from '@shared/extra-utils' |
15 | import { UserRole } from '@shared/models' | 14 | import { HttpStatusCode, UserRole } from '@shared/models' |
16 | 15 | ||
17 | async function loginExternal (options: { | 16 | async function loginExternal (options: { |
18 | server: PeerTubeServer | 17 | server: PeerTubeServer |