Copybara import of the project:

--
aa863ca851d4c689fbdb431d91189d5ebbc59932 by Jack Wotherspoon <jackwoth@google.com>:

chore: fix variable name in test
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/769 from jackwotherspoon:test-fix aa863ca851d4c689fbdb431d91189d5ebbc59932
PiperOrigin-RevId: 759731577
This commit is contained in:
Jack Wotherspoon 2025-05-16 13:20:12 -07:00 committed by Copybara-Service
parent 9e9dfa7472
commit 66a6f94fbc

View File

@ -532,7 +532,7 @@ def test_init_with_connection_and_custom_auth(
location,
connection=connection_name,
actions=actions_list,
tool_name=tool_name,
tool_name_prefix=tool_name,
tool_instructions=tool_instructions,
auth_scheme=oauth2_scheme,
auth_credential=auth_credential,
@ -600,7 +600,7 @@ def test_init_with_connection_with_auth_override_disabled_and_custom_auth(
location,
connection=connection_name,
actions=actions_list,
tool_name=tool_name,
tool_name_prefix=tool_name,
tool_instructions=tool_instructions,
auth_scheme=oauth2_scheme,
auth_credential=auth_credential,