|
@@ -7,7 +7,6 @@ jest.mock('../../src/server/helpers/oauth-state', () => {
|
|
|
generateState: () => 'some-cool-nice-encrytpion',
|
|
|
addToState: () => 'some-cool-nice-encrytpion',
|
|
|
getFromState: (state, key) => {
|
|
|
- console.log('mummy', state, key)
|
|
|
if (state === 'state-with-invalid-instance-url') {
|
|
|
return 'http://localhost:3452'
|
|
|
}
|