10000 Copybara import of the project: · iamulya/adk-python@66a6f94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66a6f94

Browse files
jackwotherspooncopybara-github
authored andcommitted
Copybara import of the project:
-- aa863ca by Jack Wotherspoon <jackwoth@google.com>: chore: fix variable name in test COPYBARA_INTEGRATE_REVIEW=google#769 from jackwotherspoon:test-fix aa863ca PiperOrigin-RevId: 759731577
1 parent 9e9dfa7 commit 66a6f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unittests/tools/application_integration_tool/test_application_integration_toolset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def test_init_with_connection_and_custom_auth(
532532
location,
533533
connection=connection_name,
534534
actions=actions_list,
535-
tool_name=tool_name,
535+
tool_name_prefix=tool_name,
536536
tool_instructions=tool_instructions,
537537
auth_scheme=oauth2_scheme,
538538
auth_credential=auth_credential,
@@ -600,7 +600,7 @@ def test_init_with_connection_with_auth_override_disabled_and_custom_auth(
600600
location,
601601
connection=connection_name,
602602
actions=actions_list,
603-
tool_name=tool_name,
603+
tool_name_prefix=tool_name,
604604
tool_instructions=tool_instructions,
605605
auth_scheme=oauth2_scheme,
606606
auth_credential=auth_credential,

0 commit comments

Comments
 (0)
0