8000 chore: fix ut for test_functions_request_euc.py · Sofoo1992/adk-python@f07abcc · GitHub
[go: up one dir, main page]

Skip to content

Commit f07abcc

Browse files
seanzhougooglecopybara-github
authored andcommitted
chore: fix ut for test_functions_request_euc.py
PiperOrigin-RevId: 766268126
1 parent b181cbc commit f07abcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unittests/flows/llm_flows/test_functions_request_euc.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@ def test_function_get_auth_response_partial():
360360
[
361361
types.Part.from_text(text='response2'),
362362
],
363+
[
364+
types.Part.from_text(text='final response'),
365+
],
363366
]
364367

365368
mock_model = testing_utils.MockModel.create(responses=responses)

0 commit comments

Comments
 (0)
0