Skip to content

Commit de8e999

Browse files
committed
chore: fix test
1 parent a2819fb commit de8e999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/server.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ describe("Server integration test", () => {
5454
});
5555

5656
describe("with read-only mode", () => {
57-
const integration = setupIntegrationTest({
57+
const integration = setupIntegrationTest(() => ({
5858
...config,
5959
readOnly: true,
6060
apiClientId: "test",
6161
apiClientSecret: "test",
62-
});
62+
}));
6363

6464
it("should only register read and metadata operation tools when read-only mode is enabled", async () => {
6565
const tools = await integration.mcpClient().listTools();

0 commit comments

Comments
 (0)