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

Commit

Permalink
fix(tests): Clean out .send() from tests (#1489)
Browse files Browse the repository at this point in the history
Clean out commented `.send()` from user CRUD test.
  • Loading branch information
simison authored and lirantal committed Sep 8, 2016
1 parent dd80951 commit 25c8a60
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 @@ -260,7 +260,6 @@ describe('User CRUD tests', function () {
}

agent.delete('/api/users/' + user._id)
// .send(userUpdate)
.expect(200)
.end(function (userInfoErr, userInfoRes) {
if (userInfoErr) {
Expand Down

0 comments on commit 25c8a60

Please sign in to comment.