diff --git a/tests/routes/api/comments/index.js b/tests/routes/api/comments/index.js index 612c299a5..bf7a06ff6 100644 --- a/tests/routes/api/comments/index.js +++ b/tests/routes/api/comments/index.js @@ -19,7 +19,7 @@ const settings = {id: '1', moderation: 'pre'}; describe('/api/v1/comments', () => { - describe.only('#get', () => { + describe('#get', () => { const comments = [{ body: 'comment 10', asset_id: 'asset',