This commit is contained in:
Ricardo Espinoza 2024-11-26 17:59:40 -05:00
parent cd853e2ffe
commit f6e4118a1c
No known key found for this signature in database

View file

@ -192,6 +192,7 @@ describe('Disable MFA setup', () => {
.post('/mfa/disable')
.send({
token: 'invalid token',
recoveryCode: '',
})
.expect(403);
});