mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-07-24 06:17:19 +01:00
Remove function to retrieve SQL RBAC token, this is handled by the CI config now.
This commit is contained in:
@@ -131,7 +131,6 @@ export async function getTestExplorerUrl(accountType: TestAccount, options?: Tes
|
||||
// For now, since we don't test copilot, we can disable the copilot APIs by setting the feature flag to false.
|
||||
params.set("feature.enableCopilot", "false");
|
||||
|
||||
//const nosqlRbacToken = getNoSqlRbacToken();
|
||||
const nosqlRbacToken = process.env.NOSQL_TESTACCOUNT_TOKEN;
|
||||
|
||||
const nosqlReadOnlyRbacToken = process.env.NOSQL_READONLY_TESTACCOUNT_TOKEN;
|
||||
|
||||
Reference in New Issue
Block a user