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 b3c4bf7 commit 71e06b7Copy full SHA for 71e06b7
src/test/java/com/google/firebase/auth/multitenancy/FirebaseTenantClientTest.java
@@ -328,6 +328,7 @@ public void testGetTenantEmulator() throws Exception {
328
TestUtils.loadResource("tenant.json"));
329
330
Tenant tenant = FirebaseAuth.getInstance().getTenantManager().getTenant("TENANT_1");
331
+ System.setProperty("FIREBASE_AUTH_EMULATOR_HOST", null);
332
333
checkTenant(tenant, "TENANT_1");
334
checkRequestHeaders(interceptor);
0 commit comments