mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-19 11:52:19 -06:00
refactor: rename agent_dir to agents_dir and rename app_id to app_name in fast_api.py to make it consistent among every endpoints
PiperOrigin-RevId: 763483339
This commit is contained in:
committed by
Copybara-Service
parent
6b89ceb49a
commit
be0786ea88
@@ -308,7 +308,7 @@ def test_app(mock_session_service, mock_artifact_service, mock_memory_service):
|
||||
):
|
||||
# Get the FastAPI app, but don't actually run it
|
||||
app = get_fast_api_app(
|
||||
agent_dir=".", web=True, session_db_url="", allow_origins=["*"]
|
||||
agents_dir=".", web=True, session_db_url="", allow_origins=["*"]
|
||||
)
|
||||
|
||||
# Create a TestClient that doesn't start a real server
|
||||
|
||||
Reference in New Issue
Block a user