mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +01:00
derp
This commit is contained in:
@@ -1229,6 +1229,7 @@ describe('Controllers', function () {
|
||||
function (res, body, next) {
|
||||
assert.equal(res.statusCode, 200);
|
||||
assert(body);
|
||||
console.log(body);
|
||||
var notif = body.notifications[0];
|
||||
assert.equal(notif.bodyShort, notifData.bodyShort);
|
||||
assert.equal(notif.bodyLong, notifData.bodyLong);
|
||||
|
||||
Reference in New Issue
Block a user