Navigation Menu

Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
  • Loading branch information
andreas-unleash committed May 10, 2023
1 parent 17be02f commit 168b14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/e2e/api/admin/project/api-token.e2e.test.ts
Expand Up @@ -32,7 +32,7 @@ test('Should always return token type in lowercase', async () => {
secret: 'some-secret',
type: 'FRONTEND' as any,
projects: ['default'],
tokenName: 'some-name',
username: 'some-name',
});

const storedToken = await apiTokenStore.get('some-secret');
Expand Down

0 comments on commit 168b14f

Please sign in to comment.