This commit is contained in:
Andris Reinman 2020-07-31 14:38:46 +03:00
parent 5abdac4c8c
commit f4bbc9f958

View file

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