Remove function to retrieve SQL RBAC token, this is handled by the CI config now.

This commit is contained in:
Jade Welton
2026-07-10 15:17:06 -07:00
parent 5cd2b78c9c
commit b629d93a83
4 changed files with 2 additions and 74 deletions
-1
View File
@@ -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;