diff --git a/packages/plugins/htpasswd/tests/htpasswd.passwords.test.ts b/packages/plugins/htpasswd/tests/htpasswd.passwords.test.ts index 3f0f454ad..e487aa502 100644 --- a/packages/plugins/htpasswd/tests/htpasswd.passwords.test.ts +++ b/packages/plugins/htpasswd/tests/htpasswd.passwords.test.ts @@ -69,7 +69,7 @@ describe('HTPasswd', () => { }); }); - test.only('changePassword - it should change password', async () => { + test('changePassword - it should change password', async () => { let dataToWrite: any; vi.doMock('fs', async (importOriginal) => { return {