mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix broken test for compile controller
This commit is contained in:
parent
e60157094b
commit
5a7b8f4887
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue