mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
fix(test): fix tests
This commit is contained in:
parent
754d425a60
commit
e327754008
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ describe('admin console sign-in experience', () => {
|
|||
};
|
||||
|
||||
await expectRejects(getJwtCustomizer('access-token'), {
|
||||
code: 'entity.not_found',
|
||||
code: 'entity.not_exists',
|
||||
statusCode: 404,
|
||||
});
|
||||
const accessToken = await upsertJwtCustomizer('access-token', accessTokenJwtCustomizerPayload);
|
||||
|
@ -166,7 +166,7 @@ describe('admin console sign-in experience', () => {
|
|||
};
|
||||
|
||||
await expectRejects(getJwtCustomizer('client-credentials'), {
|
||||
code: 'entity.not_found',
|
||||
code: 'entity.not_exists',
|
||||
statusCode: 404,
|
||||
});
|
||||
const clientCredentials = await upsertJwtCustomizer(
|
||||
|
|
Loading…
Add table
Reference in a new issue