We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd05274 commit 78b0299Copy full SHA for 78b0299
src/misc/journey.test.ts
@@ -92,7 +92,7 @@ describe('misc endpoints', () => {
92
.openidConfigurationGetter()
93
.do()
94
.then((res: any) => {
95
- expect(res.clientId).toEqual('wcs');
+ expect(res.clientId).toEqual('Peuc12y02UA0eAED1dqSjE5HtGUrpBsx');
96
expect(res.href).toContain('.well-known/openid-configuration');
97
expect(res.scopes).toEqual(['openid', 'email']);
98
});
0 commit comments