Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snaerseljan committed Nov 28, 2024
1 parent 24a8646 commit 9e67aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/src/dsl/feature-values.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('Feature-deployment support', () => {
BFF_GLOBAL_PREFIX: `/stjornbord/bff`,
BFF_PAR_SUPPORT_ENABLED: 'true',
BFF_ALLOWED_REDIRECT_URIS: json([
'https://feature-A-beta.dev01.devland.is',
'https://feature-A-beta.dev01.devland.is/stjornbord',
]),
BFF_CLIENT_BASE_URL: 'https://feature-A-beta.dev01.devland.is',
BFF_LOGOUT_REDIRECT_URI: 'https://feature-A-beta.dev01.devland.is',
Expand Down
2 changes: 1 addition & 1 deletion infra/src/dsl/portal-env.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe('BFF PortalEnv serialization', () => {
BFF_NAME: 'stjornbord',
BFF_GLOBAL_PREFIX: `/${key}/bff`,
BFF_PAR_SUPPORT_ENABLED: 'true',
BFF_ALLOWED_REDIRECT_URIS: json(['https://beta.dev01.devland.is']),
BFF_ALLOWED_REDIRECT_URIS: json([`https://beta.dev01.devland.is/${key}`]),
BFF_CLIENT_BASE_PATH: `/${key}`,
BFF_CLIENT_BASE_URL: 'https://beta.dev01.devland.is',
BFF_LOGOUT_REDIRECT_URI: 'https://beta.dev01.devland.is',
Expand Down

0 comments on commit 9e67aff

Please sign in to comment.