diff options
Diffstat (limited to 'server/tests/plugins/external-auth.ts')
-rw-r--r-- | server/tests/plugins/external-auth.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/tests/plugins/external-auth.ts b/server/tests/plugins/external-auth.ts index e600f958f..e4015939a 100644 --- a/server/tests/plugins/external-auth.ts +++ b/server/tests/plugins/external-auth.ts | |||
@@ -290,8 +290,6 @@ describe('Test external auth plugins', function () { | |||
290 | }) | 290 | }) |
291 | 291 | ||
292 | it('Should reject token of Kefka by the plugin hook', async function () { | 292 | it('Should reject token of Kefka by the plugin hook', async function () { |
293 | this.timeout(10000) | ||
294 | |||
295 | await wait(5000) | 293 | await wait(5000) |
296 | 294 | ||
297 | await server.users.getMyInfo({ token: kefkaAccessToken, expectedStatus: HttpStatusCode.UNAUTHORIZED_401 }) | 295 | await server.users.getMyInfo({ token: kefkaAccessToken, expectedStatus: HttpStatusCode.UNAUTHORIZED_401 }) |