diff --git a/services/test-helpers.js b/services/test-helpers.js index 2976c339816ce..e309f548090f8 100644 --- a/services/test-helpers.js +++ b/services/test-helpers.js @@ -5,10 +5,8 @@ const runnerConfig = config.util.toObject() function cleanUpNockAfterEach() { afterEach(function () { - nock.restore() nock.cleanAll() nock.enableNetConnect() - nock.activate() }) }