1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-27 13:49:10 +02:00
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
andreas-unleash 2023-05-10 15:53:42 +03:00
parent 17be02fee8
commit 168b14fa15
No known key found for this signature in database
GPG Key ID: DB82A1577B38F66B

View File

@ -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');