mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
move image code to client/topic/images
This commit is contained in:
@@ -507,7 +507,7 @@ describe('Controllers', function () {
|
||||
cid: cid,
|
||||
}, function (err) {
|
||||
assert.ifError(err);
|
||||
request(nconf.get('url') + '/api/groups/group-details', {json: true}, function (err, res, body) {
|
||||
request(nconf.get('url') + '/api/groups/group-details', { json: true }, function (err, res, body) {
|
||||
assert.ifError(err);
|
||||
assert.equal(res.statusCode, 200);
|
||||
assert(body);
|
||||
|
||||
Reference in New Issue
Block a user