mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
fix test
This commit is contained in:
parent
cd853e2ffe
commit
f6e4118a1c
|
@ -192,6 +192,7 @@ describe('Disable MFA setup', () => {
|
|||
.post('/mfa/disable')
|
||||
.send({
|
||||
token: 'invalid token',
|
||||
recoveryCode: '',
|
||||
})
|
||||
.expect(403);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue