diff --git a/services/docstore/test/unit/js/HttpControllerTests.js b/services/docstore/test/unit/js/HttpControllerTests.js index e282c247ff..46bd5088b1 100644 --- a/services/docstore/test/unit/js/HttpControllerTests.js +++ b/services/docstore/test/unit/js/HttpControllerTests.js @@ -32,7 +32,8 @@ describe('HttpController', function() { error: sinon.stub() }), './HealthChecker': {} - } + }, + globals: { process } }) this.res = { send: sinon.stub(),