Skip to content

Commit 71e06b7

Browse files
committed
Remove property
1 parent b3c4bf7 commit 71e06b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/google/firebase/auth/multitenancy/FirebaseTenantClientTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ public void testGetTenantEmulator() throws Exception {
328328
TestUtils.loadResource("tenant.json"));
329329

330330
Tenant tenant = FirebaseAuth.getInstance().getTenantManager().getTenant("TENANT_1");
331+
System.setProperty("FIREBASE_AUTH_EMULATOR_HOST", null);
331332

332333
checkTenant(tenant, "TENANT_1");
333334
checkRequestHeaders(interceptor);

0 commit comments

Comments
 (0)