Skip to content

Commit 9c623e1

Browse files
committed
remove filter
1 parent dc2f99b commit 9c623e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ describeWithAtlas("projects", (integration) => {
104104
it("returns projects for all orgs", async () => {
105105
const response = await integration.mcpClient().callTool({
106106
name: "atlas-list-projects",
107-
arguments: {
108-
orgId,
109-
},
107+
arguments: {},
110108
});
111109

112110
const elements = getResponseElements(response);

0 commit comments

Comments
 (0)