mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
fix broken test for compile controller
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user