We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23efb8f commit ba2d6f6Copy full SHA for ba2d6f6
packages/auth/test/integration/flows/totp.test.ts
@@ -140,7 +140,7 @@ describe(' Integration tests: Mfa TOTP', () => {
140
);
141
console.log(totpVerificationCode);
142
// auth/invalid-idToken
143
- await expect(mfaUser.enroll(multiFactorAssertion, displayName)).to.be.rejectedWith(FirebaseError, 'auth/invalid-id-token')
+ await expect(mfaUser.enroll(multiFactorAssertion, displayName)).to.be.rejectedWith('auth/invalid-user-token')
144
145
146
})
0 commit comments