From fa688803708ccd90ac104df295ecb8d521233703 Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Wed, 9 Sep 2026 07:33:46 -0700 Subject: [PATCH] Handle Mongo firewall account in test explorer Treat the Mongo connection-string firewall test account as a connection-string-only account in the shared E2E URL helper. --- test/fx.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fx.ts b/test/fx.ts index 795ecf397..a128e2cee 100644 --- a/test/fx.ts +++ b/test/fx.ts @@ -265,6 +265,7 @@ export async function getTestExplorerUrl(accountType: TestAccount, options?: Tes case TestAccount.SQLConnectionString: case TestAccount.SQLConnectionStringPublicNetworkAccessDisabled: + case TestAccount.MongoConnectionStringPublicNetworkAccessDisabled: case TestAccount.TableConnectionString: case TestAccount.GremlinConnectionString: // Connection string (account key) login navigates directly to hostedExplorer.html and doesn't