Rebuild Storybook components in vue #4371
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
|