From 788a2292bc598ea4ac16389c12e607e754ed4ecc Mon Sep 17 00:00:00 2001 From: Isaac Date: Sun, 15 Dec 2024 12:11:58 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fixed=20otp=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/tests/otp.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tests/otp.test.ts b/backend/tests/otp.test.ts index bb9a540..bf84d83 100644 --- a/backend/tests/otp.test.ts +++ b/backend/tests/otp.test.ts @@ -107,7 +107,7 @@ describe('Password change', () => { const forgotRes = await request(app).post('/auth/password/forgot').send({ email: 'pyramidstestdump@gmail.com', token: fResToken, - newPassword: 'oraclefan1', + password: 'oraclefan1', }); expect(forgotRes.status).toBe(200);