Skip to content

Commit bf7cf5b

Browse files
committed
fix: unit test
1 parent eabec0b commit bf7cf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/oidc/utils.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ describe('buildLoginPromptUrl', () => {
202202

203203
it('should return the correct url containing token and login_hint ', () => {
204204
expect(buildLoginPromptUrl({ token: 'token_value', login_hint: '[email protected]' })).toBe(
205-
'token/token_value?login_hint=user%40mail.com'
205+
'token/token_value?login_hint=user%40mail.com&fallback=sign-in'
206206
);
207207
});
208208
});

0 commit comments

Comments
 (0)