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 35a19d8 commit 6c9005bCopy full SHA for 6c9005b
packages/auth/src/api/index.test.ts
@@ -603,7 +603,7 @@ describe('api/_performApiRequest', () => {
603
});
604
605
606
- context('throws Operation now allowed exception', () => {
+ context('throws Operation not allowed exception', () => {
607
it('when tenantConfig is not initialized and Regional Endpoint is used', async () => {
608
await expect(
609
_performApiRequest<typeof request, typeof serverResponse>(
0 commit comments