Skip to content

Commit 730d218

Browse files
committed
fix: update Atlas integration tests
1 parent 7845035 commit 730d218

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ describeWithAtlas("orgs", (integration) => {
1313
it("returns org names", async () => {
1414
const response = await integration.mcpClient().callTool({ name: "atlas-list-orgs", arguments: {} });
1515
const elements = getResponseElements(response);
16-
expect(elements).toHaveLength(2);
1716
expect(elements[0]?.text).toContain("Found 1 organizations");
1817
expect(elements[1]?.text).toContain("<untrusted-user-data-");
1918
const data = parseTable(getDataFromUntrustedContent(elements[1]?.text ?? ""));

0 commit comments

Comments
 (0)