Fix test
This commit is contained in:
parent
3dcf5374c2
commit
2cd6ccb85c
|
@ -192,7 +192,7 @@ describe('API', () => {
|
||||||
password: 'foo'
|
password: 'foo'
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(res).have.status(204);
|
expect(res).have.status(200);
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue