From 3d6b85ed2091b74fc9830789777b271f6d43b7dc Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 28 Mar 2026 16:31:46 -0300 Subject: [PATCH] fix: update Windsurf test to match merged config notes --- tests/unit/t40-opencode-cli-tools-integration.test.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/t40-opencode-cli-tools-integration.test.mjs b/tests/unit/t40-opencode-cli-tools-integration.test.mjs index 1a070a65..94dfb387 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/); });