Merge pull request #16190 from overleaf/revert-15519-em-upgrade-passport
Revert "Upgrade passport" GitOrigin-RevId: 34a5442d6dae9623463908f92ab103bdc16f1b67
This commit is contained in:
@@ -173,7 +173,7 @@ describe('UserController', function () {
|
||||
describe('tryDeleteUser', function () {
|
||||
beforeEach(function () {
|
||||
this.req.body.password = 'wat'
|
||||
this.req.logout = sinon.stub().yields()
|
||||
this.req.logout = sinon.stub()
|
||||
this.req.session.destroy = sinon.stub().yields()
|
||||
this.SessionManager.getLoggedInUserId = sinon
|
||||
.stub()
|
||||
|
||||
Reference in New Issue
Block a user