Skip to content

Commit

Permalink
chore: Update auth.spec.ts (#2737)
Browse files Browse the repository at this point in the history
- Remove an accidental `describe.only(...`  tag that went in #2625
  • Loading branch information
lahirumaramba authored Oct 23, 2024
1 parent 032f2da commit 0d21e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/auth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ describe('admin.auth', () => {
});
});

describe.only('Tenant management operations', () => {
describe('Tenant management operations', () => {
let createdTenantId: string;
const createdTenants: string[] = [];
const mfaSmsEnabledTotpEnabledConfig: MultiFactorConfig = {
Expand Down

0 comments on commit 0d21e94

Please sign in to comment.