mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
fix: tests
This commit is contained in:
@@ -1300,7 +1300,7 @@ describe('Controllers', function () {
|
||||
assert.equal(notif.bodyShort, notifData.bodyShort);
|
||||
assert.equal(notif.bodyLong, notifData.bodyLong);
|
||||
assert.equal(notif.pid, notifData.pid);
|
||||
assert.equal(notif.path, notifData.path);
|
||||
assert.equal(notif.path, nconf.get('relative_path') + notifData.path);
|
||||
assert.equal(notif.nid, notifData.nid);
|
||||
next();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user