mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	fix lint
This commit is contained in:
		| @@ -167,6 +167,7 @@ describe('authentication', function () { | |||||||
| 					'x-csrf-token': body.csrf_token, | 					'x-csrf-token': body.csrf_token, | ||||||
| 				}, | 				}, | ||||||
| 			}, function (err, response, body) { | 			}, function (err, response, body) { | ||||||
|  | 				assert.ifError(err); | ||||||
| 				assert.equal(response.statusCode, 403); | 				assert.equal(response.statusCode, 403); | ||||||
| 				assert.equal(body, '[[error:invalid-login-credentials]]'); | 				assert.equal(body, '[[error:invalid-login-credentials]]'); | ||||||
| 				done(); | 				done(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user