diff --git a/tests/unit/cursor-agent-image.test.ts b/tests/unit/cursor-agent-image.test.ts index c4bd377217..e4c2cfea2d 100644 --- a/tests/unit/cursor-agent-image.test.ts +++ b/tests/unit/cursor-agent-image.test.ts @@ -268,6 +268,7 @@ test("handleCursorAgentImageGeneration never forwards a flag-shaped model into C providerSpecificData: { agentBin: process.execPath }, }, spawnImpl: fakeSpawn, + peerLocality: "loopback", }); assert.equal(result.success, true);