Skip to content

Rebuild Storybook components in vue #4371

Rebuild Storybook components in vue

Rebuild Storybook components in vue #4371

Triggered via push June 5, 2025 06:32
Status Failure
Total duration 23s
Artifacts

test.yml

on: push
run_tests
16s
run_tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors
run_tests
Process completed with exit code 1.
keycloakConfig.test.ts > configuration succeeds with valid arguments: src/keycloakConfig.test.ts#L27
AssertionError: expected { config: { …(3) }, init: { …(4) } } to match object { config: { …(3) }, init: { …(5) } } - Expected + Received @@ -5,10 +5,9 @@ "url": "https://auth.example.com", }, "init": { "checkLoginIframe": false, "onLoad": "check-sso", - "redirectUri": "http://localhost:3000/authentication/callback", + "redirectUri": "http://localhost:3000/", "scope": "openid", - "silentCheckSsoRedirectUri": "http://localhost:3000/authentication/silent-callback", }, } ❯ keycloakConfig.test.ts:27:18