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 7845035 commit 730d218Copy full SHA for 730d218
tests/integration/tools/atlas/orgs.test.ts
@@ -13,7 +13,6 @@ describeWithAtlas("orgs", (integration) => {
13
it("returns org names", async () => {
14
const response = await integration.mcpClient().callTool({ name: "atlas-list-orgs", arguments: {} });
15
const elements = getResponseElements(response);
16
- expect(elements).toHaveLength(2);
17
expect(elements[0]?.text).toContain("Found 1 organizations");
18
expect(elements[1]?.text).toContain("<untrusted-user-data-");
19
const data = parseTable(getDataFromUntrustedContent(elements[1]?.text ?? ""));
0 commit comments