Skip to content

Commit

Permalink
test: default api client id is now configurable
Browse files Browse the repository at this point in the history
KK-1215
  • Loading branch information
nikomakela committed Oct 22, 2024
1 parent 99b260f commit 9ab5966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-tests/utils/jwt/jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
}: {
Expand Down

0 comments on commit 9ab5966

Please sign in to comment.