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 9fc20d6 commit dad5284Copy full SHA for dad5284
packages/auth/src/api/authentication/token.test.ts
@@ -199,7 +199,7 @@ describe('api/authentication/revokeToken', () => {
199
200
await expect(revokeToken(auth, request)).to.be.rejectedWith(
201
FirebaseError,
202
- 'Firebase: The supplied auth credential is malformed or has expired. (auth/invalid-credential).'
+ 'Firebase: The supplied auth credential is incorrect, malformed or has expired. (auth/invalid-credential).'
203
);
204
expect(mock.calls[0].request).to.eql(request);
205
});
0 commit comments