We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dda709 commit cdb37b9Copy full SHA for cdb37b9
tests/integration/tools/atlas/clusters.test.ts
@@ -91,7 +91,7 @@ describeWithAtlas("clusters", (integration) => {
91
name: "atlas-create-free-cluster",
92
arguments: {
93
projectId,
94
- name: clusterName + "-iptest",
+ name: clusterName,
95
region: "US_EAST_1",
96
},
97
})) as CallToolResult;
0 commit comments