mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 07:00:47 +02:00
Fix up more session access
This commit is contained in:
@@ -34,6 +34,9 @@ describe "BetaProgramController", ->
|
||||
err: sinon.stub()
|
||||
error: sinon.stub()
|
||||
}
|
||||
'../Authentication/AuthenticationController': @AuthenticationController = {
|
||||
getLoggedInUserId: sinon.stub().returns(@user._id)
|
||||
}
|
||||
@res =
|
||||
send: sinon.stub()
|
||||
redirect: sinon.stub()
|
||||
|
||||
Reference in New Issue
Block a user