chore: fix ut for test_functions_request_euc.py

PiperOrigin-RevId: 766268126
This commit is contained in:
Xiang (Sean) Zhou 2025-06-02 11:14:36 -07:00 committed by Copybara-Service
parent b181cbc8bc
commit f07abcc09c

View File

@ -360,6 +360,9 @@ def test_function_get_auth_response_partial():
[
types.Part.from_text(text='response2'),
],
[
types.Part.from_text(text='final response'),
],
]
mock_model = testing_utils.MockModel.create(responses=responses)