Skip to content

Commit f6bb4d7

Browse files
committed
test
1 parent 53b24da commit f6bb4d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/api/users/users.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ describe('api/users/users.test.js', function() {
176176

177177
it('should not change password successful when authToken invalid', function(done) {
178178
request.patch(`/users/password`)
179+
.set('Authorization', `Basic 11345`)
179180
.send({oldPassword: password, newPassword: newPassword})
180181
.end(function(err, res) {
181182
should.not.exist(err);

0 commit comments

Comments
 (0)