From 5a7b8f488765304c49f269f1c132ea072ee73ea4 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Wed, 20 Jun 2018 13:24:20 +0100 Subject: [PATCH] fix broken test for compile controller --- .../web/test/unit/coffee/Compile/CompileControllerTests.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()