Skip to content

Commit 0d21e94

Browse files
chore: Update auth.spec.ts (#2737)
- Remove an accidental `describe.only(...` tag that went in #2625
1 parent 032f2da commit 0d21e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/auth.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ describe('admin.auth', () => {
13931393
});
13941394
});
13951395

1396-
describe.only('Tenant management operations', () => {
1396+
describe('Tenant management operations', () => {
13971397
let createdTenantId: string;
13981398
const createdTenants: string[] = [];
13991399
const mfaSmsEnabledTotpEnabledConfig: MultiFactorConfig = {

0 commit comments

Comments
 (0)