Skip to content

Commit 6bb0921

Browse files
committed
chore: fix env var ref
1 parent 9f4eab1 commit 6bb0921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cleanupAtlasTestLeftovers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function deleteAllClustersOnStaleProject(client: ApiClient, projectId: str
5656
async function main(): Promise<void> {
5757
const apiClient = new ApiClient(
5858
{
59-
baseUrl: process.env.TEST_ATLAS_BASE_URL || "https://cloud-dev.mongodb.com",
59+
baseUrl: process.env.MDB_MCP_API_BASE_URL || "https://cloud-dev.mongodb.com",
6060
credentials: {
6161
clientId: process.env.MDB_MCP_API_CLIENT_ID || "",
6262
clientSecret: process.env.MDB_MCP_API_CLIENT_SECRET || "",

0 commit comments

Comments
 (0)