mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
bug fix
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
17be02fee8
commit
168b14fa15
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user