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 25271bc commit 7b70468Copy full SHA for 7b70468
test/e2e/utils/auth.ts
@@ -5,7 +5,6 @@ import { env } from '../../../src/core/env';
5
6
export const fakeAuthenticationForUser = (user: User, persist = false): nock.Scope => {
7
const scope = nock(env.auth.route)
8
- // .persist()
9
.post('')
10
.reply(200, {
11
user_id: `auth0|${user.email}`,
0 commit comments