Skip to content

Commit

Permalink
🔧 fixed otp test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyoumi committed Dec 15, 2024
1 parent 53c43c1 commit 788a229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/otp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('Password change', () => {
const forgotRes = await request(app).post('/auth/password/forgot').send({
email: '[email protected]',
token: fResToken,
newPassword: 'oraclefan1',
password: 'oraclefan1',
});

expect(forgotRes.status).toBe(200);
Expand Down

0 comments on commit 788a229

Please sign in to comment.