fix(tests): Fix import paths and update for google-genai API
This commit is contained in:
@@ -6,7 +6,7 @@ from unittest.mock import patch, MagicMock
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
|
||||
|
||||
import ai_client
|
||||
from src import ai_client
|
||||
|
||||
def test_agent_capabilities_listing() -> None:
|
||||
# Mock credentials
|
||||
|
||||
Reference in New Issue
Block a user