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 c023314 commit b10990bCopy full SHA for b10990b
tests/integration/helpers.ts
@@ -84,7 +84,7 @@ export function setupIntegrationTest(getUserConfig: () => UserConfig): Integrati
84
});
85
86
afterEach(async () => {
87
- if (mcpServer && !mcpServer.session.connectedAtlasCluster) {
+ if (mcpServer) {
88
await mcpServer.session.disconnect();
89
}
90
0 commit comments