diff --git a/test/api.js b/test/api.js index e6e8e9e4c2..0731a8ae38 100644 --- a/test/api.js +++ b/test/api.js @@ -583,8 +583,7 @@ describe('API', async () => { } function compare(schema, response, method, path, context) { - - if (path === '/api/topics/'){ + if (path === '/api/topics/') { return; }