mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-03 22:30:58 +01:00
fix test name
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user