This commit is contained in:
Barış Soner Uşaklı
2018-07-03 18:13:47 -04:00
parent 584f88e092
commit ae0563375e
3 changed files with 23 additions and 16 deletions

View File

@@ -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);