Skip to content

Commit 7b70468

Browse files
author
hirsch88
committed
Remove unused code
1 parent 25271bc commit 7b70468

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/utils/auth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { env } from '../../../src/core/env';
55

66
export const fakeAuthenticationForUser = (user: User, persist = false): nock.Scope => {
77
const scope = nock(env.auth.route)
8-
// .persist()
98
.post('')
109
.reply(200, {
1110
user_id: `auth0|${user.email}`,

0 commit comments

Comments
 (0)