Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Apr 27, 2020
1 parent 74fb040 commit 486a493
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions __tests__/src/edge/routers/utils/redirectAuthServerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,7 @@ describe('testing redirectAuthServer', () => {
sessionManager,
logger: console,
}, (error, response) => {
expect(response).toEqual({
body: '{"location":"undefined/realms/undefined/protocol/openid-connect/auth?client_id=undefined&redirect_uri=undefined%2Fundefined%2Fundefined%2Fcallback&state=undefined&response_type=code&scope=openid"}',
headers: {
'set-cookie': [
{
key: 'Set-Cookie',
value: 'undefined=; Path=/; Expires=Sat, 31 Jan 1970 21:00:00 GMT',
},
],
},
status: '200',
statusDescription: 'OK',
});
expect(response);
});
});
});

0 comments on commit 486a493

Please sign in to comment.