Skip to content

Commit 6c9005b

Browse files
committed
Fix typo
1 parent 35a19d8 commit 6c9005b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/api/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ describe('api/_performApiRequest', () => {
603603
});
604604
});
605605

606-
context('throws Operation now allowed exception', () => {
606+
context('throws Operation not allowed exception', () => {
607607
it('when tenantConfig is not initialized and Regional Endpoint is used', async () => {
608608
await expect(
609609
_performApiRequest<typeof request, typeof serverResponse>(

0 commit comments

Comments
 (0)