Skip to content

Commit 6c236e1

Browse files
committed
update
1 parent e208f7c commit 6c236e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/tools/atlas/clusters.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describeWithAtlas("clusters", (integration) => {
100100

101101
const content = getResponseContent(response.content);
102102
expect(content).toContain("<untrusted-user-data-");
103-
expect(content).toMatch(`Found clusters in project`);
103+
expect(content).toMatch(/Found \d+ clusters in project/);
104104
expect(content).toContain(projectId);
105105
});
106106
});
@@ -139,7 +139,6 @@ describeWithAtlas("clusters", (integration) => {
139139
expectDefined(connectCluster.inputSchema.properties);
140140
expect(connectCluster.inputSchema.properties).toHaveProperty("projectId");
141141
expect(connectCluster.inputSchema.properties).toHaveProperty("clusterName");
142-
expect(connectCluster.inputSchema.properties).toHaveProperty("connectionType");
143142
});
144143

145144
it("connects to cluster", async () => {

0 commit comments

Comments
 (0)