update test

Signed-off-by: Zach Falen <zfalen@deloitte.com>
This commit is contained in:
Zach Falen
2021-11-12 13:32:48 -07:00
parent 892c1d9202
commit 7d6ab03ebb
@@ -22,7 +22,7 @@ import { OAuthHandlers } from './types';
const mockResponseData = {
providerInfo: {
accessToken: 'ACCESS_TOKEN',
idToken: 'ID_TOKEN',
token: 'ID_TOKEN',
expiresInSeconds: 10,
scope: 'email',
},
@@ -216,7 +216,7 @@ describe('OAuthAdapter', () => {
...mockResponseData,
backstageIdentity: {
id: mockResponseData.backstageIdentity.id,
idToken: 'my-id-token',
token: 'my-id-token',
},
});
});