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.
This commit is contained in:
Asier Isayas
2026-09-09 07:33:46 -07:00
parent 503fec0010
commit fa68880370
+1
View File
@@ -265,6 +265,7 @@ export async function getTestExplorerUrl(accountType: TestAccount, options?: Tes
case TestAccount.SQLConnectionString: case TestAccount.SQLConnectionString:
case TestAccount.SQLConnectionStringPublicNetworkAccessDisabled: case TestAccount.SQLConnectionStringPublicNetworkAccessDisabled:
case TestAccount.MongoConnectionStringPublicNetworkAccessDisabled:
case TestAccount.TableConnectionString: case TestAccount.TableConnectionString:
case TestAccount.GremlinConnectionString: case TestAccount.GremlinConnectionString:
// Connection string (account key) login navigates directly to hostedExplorer.html and doesn't // Connection string (account key) login navigates directly to hostedExplorer.html and doesn't