From e9a54d12fb8051685bba6b1dae74d20d9599ab02 Mon Sep 17 00:00:00 2001 From: beckpaul Date: Mon, 4 Dec 2023 17:22:08 -0500 Subject: [PATCH] lint --- tests/setup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/setup.js b/tests/setup.js index f22f50d6..fdfc7e91 100644 --- a/tests/setup.js +++ b/tests/setup.js @@ -37,7 +37,6 @@ beforeEach(() => { throw new Error('do we need to change the mock?') }) - nock(appConfig.apiUrl) .post('/users/buildSteamPasswordResetUrl') .reply(200, { steamUrl: 'http://localhost/test-steam-reset' })