From 9ab59662f9799cce2c651770d64ee993a358a918 Mon Sep 17 00:00:00 2001 From: Niko Lindroos Date: Mon, 21 Oct 2024 09:26:29 +0300 Subject: [PATCH] test: default api client id is now configurable KK-1215 --- browser-tests/utils/jwt/jwt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser-tests/utils/jwt/jwt.ts b/browser-tests/utils/jwt/jwt.ts index 948e7d87..2678f225 100644 --- a/browser-tests/utils/jwt/jwt.ts +++ b/browser-tests/utils/jwt/jwt.ts @@ -35,7 +35,7 @@ export function generateTestJwt({ user, prefix, issuer = 'https://kukkuu-admin-ui.test.hel.ninja', - audience = 'kukkuu-api-test', + audience = BrowserTestJWTConfig.oidcApiClientId, type = 'Bearer', authTime = new Date(), }: {