This commit is contained in:
parent
cc5c815cfc
commit
05a73247a1
|
@ -13,7 +13,7 @@ describe('Client setPassword', () => {
|
|||
expect(error.message).toEqual(`Modifiable password only via recovery or by an administrator`);
|
||||
});
|
||||
|
||||
fit('should change the password of the client', async() => {
|
||||
it('should change the password of the client', async() => {
|
||||
let error;
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue