Fix test.

This commit is contained in:
AI Christianson 2024-12-28 17:36:31 -05:00
parent 684b076dbf
commit 8b50b741fa
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ def test_initialize_expert_openai_compatible(clean_env, mock_openai, monkeypatch
mock_openai.assert_called_once_with(
api_key="test-key",
base_url="http://test-url",
temperature=0.3,
model="local-model"
)