mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
tests
This commit is contained in:
parent
5abdac4c8c
commit
f4bbc9f958
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue