Update footer test for big-pickle BYOK fallback.

This commit is contained in:
Colin McDonnell
2026-05-22 16:06:50 +00:00
committed by pullfrog[bot]
parent 7c5ed7add0
commit 58e5b74cb8
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const fixture = defineFixture(
function validator(result: AgentResult): ValidationCheck[] {
const output = getAgentOutput(result);
const fellBack = /fell back from .* to opencode\/minimax-m2\.5-free/.test(output);
const fellBack = /fell back from .* to opencode\/big-pickle/.test(output);
return [
{ name: "run_succeeded", passed: result.success },
{ name: "fallback_logged", passed: fellBack },