oops, forgot to change the module test

Signed-off-by: Chris Gemmell <chris.gemmell8@gmail.com>
This commit is contained in:
Chris Gemmell
2023-10-19 01:04:07 +11:00
parent 2817115d09
commit 19b6c0ed2a
@@ -65,7 +65,6 @@ describe('authModuleMicrosoftProvider', () => {
expect(startUrl.origin).toBe('https://login.microsoftonline.com');
expect(startUrl.pathname).toBe('/my-tenant-id/oauth2/v2.0/authorize');
expect(Object.fromEntries(startUrl.searchParams)).toEqual({
prompt: 'consent',
response_type: 'code',
scope: 'user.read',
client_id: 'my-client-id',