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