fix: update Windsurf test to match merged config notes

This commit is contained in:
diegosouzapw 2026-03-28 16:31:46 -03:00
parent 7abea2020c
commit 3d6b85ed20

View file

@ -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/);
});