diff --git a/tests/categories.js b/tests/categories.js index 009d195e92..6f83d774f8 100644 --- a/tests/categories.js +++ b/tests/categories.js @@ -1,5 +1,4 @@ -// this test currently needs to talk to the redis database. -// get the redis config info from root directory's config.json: + var winston = require('winston'); process.on('uncaughtException', function (err) { @@ -59,4 +58,4 @@ describe('Categories', function() { db.delete('category:' + categoryObj.cid); db.listRemoveLast('categories:cid'); }); -}); \ No newline at end of file +});