diff --git a/test/api-test.js b/test/api-test.js index 4ddbb7f3..fce45e50 100644 --- a/test/api-test.js +++ b/test/api-test.js @@ -250,7 +250,7 @@ describe('API tests', function () { expect(inbox).to.exist; }); - it.only('should PUT /users/:user/autoreply', async () => { + it('should PUT /users/:user/autoreply', async () => { let r; r = await server.get(`/users/${userId}/autoreply`).expect(200);