Skip to content

Commit dd26de4

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: pre-emptive v2-compatible test/code fixes for ADK migration
PiperOrigin-RevId: 910099643
1 parent 9ea4aa6 commit dd26de4

2 files changed

Lines changed: 1170 additions & 1175 deletions

File tree

tests/unit/vertex_adk/test_agent_engine_templates_adk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __init__(self, name: str, model: str):
6363
_TEST_AGENT = Agent(name=_TEST_AGENT_NAME, model=_TEST_MODEL)
6464
_TEST_SESSION = {
6565
"id": "ca18c25a-644b-4e13-9b24-78c150ec3eb9",
66-
"app_name": "default-app-name",
66+
"app_name": "default_app_name",
6767
"user_id": _TEST_USER_ID,
6868
"events": [
6969
{

0 commit comments

Comments
 (0)