diff --git a/tests/integration/graphql-mcp-resources.test.ts b/tests/integration/graphql-mcp-resources.test.ts index 34cdf2c72..257267894 100644 --- a/tests/integration/graphql-mcp-resources.test.ts +++ b/tests/integration/graphql-mcp-resources.test.ts @@ -80,7 +80,7 @@ describe("GraphQL MCP operations", () => { }), ]), }); - expect((manifest.operations as unknown[]).length).toBe(47); + expect((manifest.operations as unknown[]).length).toBe(49); expect(JSON.stringify(manifest)).not.toContain('"document"'); });