From 0ed8959d58d75e96a0f4f36c9966aea1bc395c98 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Mon, 7 Oct 2024 07:57:41 +0200 Subject: [PATCH] Update htpasswd.passwords.test.ts --- packages/plugins/htpasswd/tests/htpasswd.passwords.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {