Fix test.
This commit is contained in:
parent
684b076dbf
commit
8b50b741fa
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue