test: add fallback settings fields to runner test stubs

This commit is contained in:
Alex Schapiro
2026-08-10 13:45:23 +00:00
parent cd15e9e8c3
commit 009cc94220
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ def _wire_runner(monkeypatch: pytest.MonkeyPatch, tmp_path: Any) -> None:
timeout=300,
prompt_cache=True,
extra_headers=None,
fallback_model=None,
denied_retries=3,
),
runtime=types.SimpleNamespace(max_context_images=3),
)