mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -06:00
chore: fix ut for test_functions_request_euc.py
PiperOrigin-RevId: 766268126
This commit is contained in:
parent
b181cbc8bc
commit
f07abcc09c
@ -360,6 +360,9 @@ def test_function_get_auth_response_partial():
|
|||||||
[
|
[
|
||||||
types.Part.from_text(text='response2'),
|
types.Part.from_text(text='response2'),
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
types.Part.from_text(text='final response'),
|
||||||
|
],
|
||||||
]
|
]
|
||||||
|
|
||||||
mock_model = testing_utils.MockModel.create(responses=responses)
|
mock_model = testing_utils.MockModel.create(responses=responses)
|
||||||
|
Loading…
Reference in New Issue
Block a user