PYTHON
This commit is contained in:
@@ -10,7 +10,7 @@ from src import ai_client
|
||||
|
||||
def test_agent_capabilities_listing() -> None:
|
||||
# Mock credentials
|
||||
with patch("ai_client._load_credentials") as mock_creds:
|
||||
with patch("src.ai_client._load_credentials") as mock_creds:
|
||||
mock_creds.return_value = {"gemini": {"api_key": "fake-key"}}
|
||||
|
||||
# Mock the google-genai Client and models.list
|
||||
|
||||
Reference in New Issue
Block a user