Skip to content

Commit 42b3e47

Browse files
committed
fix: tests
1 parent 54dfd7b commit 42b3e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ describeWithAtlas("clusters", (integration) => {
188188
arguments: { projectId, clusterName },
189189
})) as CallToolResult;
190190
expect(response.content).toBeArray();
191-
expect(response.content).toHaveLength(1);
191+
expect(response.content).toHaveLength(2);
192192
expect(response.content[0]?.type).toEqual("text");
193193
expect(response.content[0]?.text).toContain(`Attempting to connect to cluster "${clusterName}"...`);
194194

0 commit comments

Comments
 (0)