diff --git a/services/web/test/unit/coffee/Compile/CompileControllerTests.coffee b/services/web/test/unit/coffee/Compile/CompileControllerTests.coffee index ced3260412..103a1f9eea 100644 --- a/services/web/test/unit/coffee/Compile/CompileControllerTests.coffee +++ b/services/web/test/unit/coffee/Compile/CompileControllerTests.coffee @@ -51,7 +51,7 @@ describe "CompileController", -> "./ClsiManager": @ClsiManager "../Authentication/AuthenticationController": @AuthenticationController "../../infrastructure/RateLimiter":@RateLimiter - "./ClsiCookieManager":@ClsiCookieManager + "./ClsiCookieManager": ()=> @ClsiCookieManager @project_id = "project-id" @next = sinon.stub() @req = new MockRequest()