Minor cleanup and fixing the cleanup config.

This commit is contained in:
Jade Welton
2026-07-13 16:47:28 -07:00
parent 06df151cf2
commit 0710c5156c
3 changed files with 5 additions and 10 deletions
+1 -3
View File
@@ -18,7 +18,6 @@ import {
subscriptionId,
TestAccount,
} from "./fx";
// import { getNoSqlRbacToken } from "./NoSqlTestSetup";
// In Node.js >= 19, globalThis.crypto is already available as a read-only getter.
// Only assign the polyfill for older versions.
@@ -135,8 +134,7 @@ async function createCosmosClientForSQLAccount(
const rbacToken =
accountType === TestAccount.SQL
? // ? getNoSqlRbacToken()
process.env.NOSQL_TESTACCOUNT_TOKEN
? process.env.NOSQL_TESTACCOUNT_TOKEN
: accountType === TestAccount.SQLContainerCopyOnly
? process.env.NOSQL_CONTAINERCOPY_TESTACCOUNT_TOKEN
: "";