diff --git a/modules/users/tests/server/user.server.routes.tests.js b/modules/users/tests/server/user.server.routes.tests.js index 851c68bc4d..8e6f075e58 100644 --- a/modules/users/tests/server/user.server.routes.tests.js +++ b/modules/users/tests/server/user.server.routes.tests.js @@ -931,7 +931,6 @@ describe('User CRUD tests', function () { agent.post('/api/users/picture') .attach('newProfilePicture', './modules/users/client/img/profile/default.png') - .send(credentials) .expect(200) .end(function (userInfoErr, userInfoRes) { // Handle change profile picture error