Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fix(Users): Remove redundant request body (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanavas786 authored and lirantal committed Oct 9, 2016
1 parent 4aa5d77 commit 5725c44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/users/tests/server/user.server.routes.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5725c44

Please sign in to comment.