mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-01 13:47:27 +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',
|
secret: 'some-secret',
|
||||||
type: 'FRONTEND' as any,
|
type: 'FRONTEND' as any,
|
||||||
projects: ['default'],
|
projects: ['default'],
|
||||||
tokenName: 'some-name',
|
username: 'some-name',
|
||||||
});
|
});
|
||||||
|
|
||||||
const storedToken = await apiTokenStore.get('some-secret');
|
const storedToken = await apiTokenStore.get('some-secret');
|
||||||
|
Loading…
Reference in New Issue
Block a user