mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-17 04:32:54 -06:00
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:
parent
9e9dfa7472
commit
66a6f94fbc
@ -532,7 +532,7 @@ def test_init_with_connection_and_custom_auth(
|
|||||||
location,
|
location,
|
||||||
connection=connection_name,
|
connection=connection_name,
|
||||||
actions=actions_list,
|
actions=actions_list,
|
||||||
tool_name=tool_name,
|
tool_name_prefix=tool_name,
|
||||||
tool_instructions=tool_instructions,
|
tool_instructions=tool_instructions,
|
||||||
auth_scheme=oauth2_scheme,
|
auth_scheme=oauth2_scheme,
|
||||||
auth_credential=auth_credential,
|
auth_credential=auth_credential,
|
||||||
@ -600,7 +600,7 @@ def test_init_with_connection_with_auth_override_disabled_and_custom_auth(
|
|||||||
location,
|
location,
|
||||||
connection=connection_name,
|
connection=connection_name,
|
||||||
actions=actions_list,
|
actions=actions_list,
|
||||||
tool_name=tool_name,
|
tool_name_prefix=tool_name,
|
||||||
tool_instructions=tool_instructions,
|
tool_instructions=tool_instructions,
|
||||||
auth_scheme=oauth2_scheme,
|
auth_scheme=oauth2_scheme,
|
||||||
auth_credential=auth_credential,
|
auth_credential=auth_credential,
|
||||||
|
Loading…
Reference in New Issue
Block a user