We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b24da commit f6bb4d7Copy full SHA for f6bb4d7
1 file changed
test/api/users/users.test.js
@@ -176,6 +176,7 @@ describe('api/users/users.test.js', function() {
176
177
it('should not change password successful when authToken invalid', function(done) {
178
request.patch(`/users/password`)
179
+ .set('Authorization', `Basic 11345`)
180
.send({oldPassword: password, newPassword: newPassword})
181
.end(function(err, res) {
182
should.not.exist(err);
0 commit comments