Skip to content

Commit 78b0299

Browse files
committed
Update test checks
1 parent bd05274 commit 78b0299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc/journey.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('misc endpoints', () => {
9292
.openidConfigurationGetter()
9393
.do()
9494
.then((res: any) => {
95-
expect(res.clientId).toEqual('wcs');
95+
expect(res.clientId).toEqual('Peuc12y02UA0eAED1dqSjE5HtGUrpBsx');
9696
expect(res.href).toContain('.well-known/openid-configuration');
9797
expect(res.scopes).toEqual(['openid', 'email']);
9898
});

0 commit comments

Comments
 (0)