Skip to content

Commit 3d6097e

Browse files
fix: rebase
1 parent 582749c commit 3d6097e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/CodexACPAgent/e2e/acp-e2e-mcp-approval.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describeE2E("E2E MCP approval tests (configured in session)", () => {
7676

7777
async function createMcpSession(): Promise<{ sessionId: string; invocationMarkerPath: string }> {
7878
const invocationMarkerPath = path.join(fixture.workspaceDir, `mcp-tool-invocation-${crypto.randomUUID()}.txt`);
79-
const sessionId = (await fixture.createSession([createMcpServer(invocationMarkerPath)])).sessionId;
79+
const sessionId = (await fixture.createSession({mcpServers: [createMcpServer(invocationMarkerPath)]})).sessionId;
8080
return {sessionId, invocationMarkerPath};
8181
}
8282

0 commit comments

Comments
 (0)