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

Commit 25c8a60

Browse files
simisonlirantal
authored andcommitted
fix(tests): Clean out .send() from tests (#1489)
Clean out commented `.send()` from user CRUD test.
1 parent dd80951 commit 25c8a60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/users/tests/server/user.server.routes.tests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ describe('User CRUD tests', function () {
260260
}
261261

262262
agent.delete('/api/users/' + user._id)
263-
// .send(userUpdate)
264263
.expect(200)
265264
.end(function (userInfoErr, userInfoRes) {
266265
if (userInfoErr) {

0 commit comments

Comments
 (0)