diff --git a/services/web/test/unit/src/User/UserControllerTests.js b/services/web/test/unit/src/User/UserControllerTests.js index fea92ca8fd..4157e1cc00 100644 --- a/services/web/test/unit/src/User/UserControllerTests.js +++ b/services/web/test/unit/src/User/UserControllerTests.js @@ -109,7 +109,8 @@ describe('UserController', function() { inc() {} }, '../Errors/Errors': Errors, - '../Errors/HttpErrors': HttpErrors + '../Errors/HttpErrors': HttpErrors, + '../Email/EmailHandler': { sendEmail: sinon.stub() } } })