move image code to client/topic/images

This commit is contained in:
barisusakli
2017-03-02 18:11:31 +03:00
parent d60930a51d
commit 5ca8456340
5 changed files with 134 additions and 118 deletions

View File

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