fix test name

v1.18.x
Barış Soner Uşaklı 7 years ago
parent 2bf275fe29
commit 18b559bab0

@ -449,7 +449,7 @@ describe('Controllers', function () {
});
});
it('should load recent rss feed', function (done) {
it('should load top rss feed', function (done) {
request(nconf.get('url') + '/top.rss', function (err, res, body) {
assert.ifError(err);
assert.equal(res.statusCode, 200);

Loading…
Cancel
Save