mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-24 09:20:32 +01:00
fixing tests
This commit is contained in:
@@ -169,6 +169,7 @@ describe('authentication', function () {
|
||||
}, function (err, response, body) {
|
||||
assert.ifError(err);
|
||||
assert(body);
|
||||
console.log(body);
|
||||
assert.equal(body.username, 'admin');
|
||||
assert.equal(body.email, 'admin@nodebb.org');
|
||||
user.getSettings(body.uid, function (err, settings) {
|
||||
|
||||
Reference in New Issue
Block a user