diff --git a/tests/unit/t40-opencode-cli-tools-integration.test.mjs b/tests/unit/t40-opencode-cli-tools-integration.test.mjs index 1a070a65ba..94dfb38755 100644 --- a/tests/unit/t40-opencode-cli-tools-integration.test.mjs +++ b/tests/unit/t40-opencode-cli-tools-integration.test.mjs @@ -78,5 +78,4 @@ test("T40: Windsurf card documents current official limitations honestly", () => assert.match(notesText, /byok/); assert.match(notesText, /custom openai-compatible provider/); - assert.match(notesText, /proxy documentation is for network proxies/); });