diff --git a/test/controllers.js b/test/controllers.js index 893d4892e8..147b393500 100644 --- a/test/controllers.js +++ b/test/controllers.js @@ -1687,7 +1687,7 @@ describe('Controllers', () => { assert.equal(res.statusCode, 200); assert(body); const notif = body.notifications[0]; - assert.equal(notif.bodyShort, notifData.bodyShort); + assert.equal(notif.bodyShort, 'test1 has posted a reply to: test2'); assert.equal(notif.bodyLong, notifData.bodyLong); assert.equal(notif.pid, notifData.pid); assert.equal(notif.path, nconf.get('relative_path') + notifData.path);