Skip to content

Commit 8349192

Browse files
author
welcome-dev
committed
Fix(Users): Remove redundant request body (#1554)
1 parent 0dacaaf commit 8349192

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
@@ -931,7 +931,6 @@ describe('User CRUD tests', function () {
931931

932932
agent.post('/api/users/picture')
933933
.attach('newProfilePicture', './modules/users/client/img/profile/default.png')
934-
.send(credentials)
935934
.expect(200)
936935
.end(function (userInfoErr, userInfoRes) {
937936
// Handle change profile picture error

0 commit comments

Comments
 (0)