mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-30 01:12:11 +03:00
tests: use proper async calls for cleanupBackend function (#846)
This commit is contained in:
@@ -5,7 +5,7 @@ import { generateIdToken, generateOauthAccessToken } from '../utils/jwt.util';
|
||||
import * as oidcUtil from '../utils/oidc.util';
|
||||
import passkeyUtil from '../utils/passkey.util';
|
||||
|
||||
test.beforeEach(() => cleanupBackend());
|
||||
test.beforeEach(async () => await cleanupBackend());
|
||||
|
||||
test('Authorize existing client', async ({ page }) => {
|
||||
const oidcClient = oidcClients.nextcloud;
|
||||
|
||||
Reference in New Issue
Block a user