fix: tests

This commit is contained in:
Barış Soner Uşaklı
2019-11-01 22:13:00 -04:00
parent f28bd75f5e
commit e3c9dafa08
3 changed files with 5 additions and 5 deletions

View File

@@ -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();
},