chore: Remove redundant only flag for tests
This commit is contained in:
@@ -31,7 +31,7 @@ describe('PATCH /api/v1/users/:userId/password', () => {
|
|||||||
expect(response.body).toStrictEqual(expectedPayload);
|
expect(response.body).toStrictEqual(expectedPayload);
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('should return HTTP 422 with invalid current password', async () => {
|
it('should return HTTP 422 with invalid current password', async () => {
|
||||||
const userData = {
|
const userData = {
|
||||||
currentPassword: '',
|
currentPassword: '',
|
||||||
password: 'new-password',
|
password: 'new-password',
|
||||||
|
Reference in New Issue
Block a user