Update footer test for big-pickle BYOK fallback.
This commit is contained in:
committed by
pullfrog[bot]
parent
7c5ed7add0
commit
58e5b74cb8
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user