more manual corrections

This commit is contained in:
ed
2026-06-15 19:41:33 -04:00
parent 4514487283
commit 4910a703a7
3 changed files with 23 additions and 24 deletions
@@ -55,7 +55,6 @@ def test_fr1_error_becomes_discussion_entry(mock_app: App, monkeypatch: pytest.M
err = ErrorInfo(kind=ErrorKind.NETWORK, message="connection refused", source="ai_client.test")
err_result = Result(data="", errors=[err])
monkeypatch.setattr(ai_client, "send_result", lambda *a, **kw: err_result)
monkeypatch.setattr(ai_client, "send", lambda *a, **kw: "")
monkeypatch.setattr(ai_client, "set_custom_system_prompt", lambda *a, **kw: None)
monkeypatch.setattr(ai_client, "set_base_system_prompt", lambda *a, **kw: None)
monkeypatch.setattr(ai_client, "set_use_default_base_prompt", lambda *a, **kw: None)