diff --git a/tests/unittests/a2a/converters/test_event_converter.py b/tests/unittests/a2a/converters/test_event_converter.py index 73f6c19729c..1beae01ffc2 100644 --- a/tests/unittests/a2a/converters/test_event_converter.py +++ b/tests/unittests/a2a/converters/test_event_converter.py @@ -919,6 +919,8 @@ def test_convert_a2a_task_to_event_terminal_state_sets_skip_summarization( [ _compat.TS_SUBMITTED, _compat.TS_WORKING, + _compat.TS_INPUT_REQUIRED, + _compat.TS_AUTH_REQUIRED, ], ) def test_convert_a2a_task_to_event_non_terminal_state_does_not_set_skip_summarization( diff --git a/tests/unittests/a2a/converters/test_to_adk.py b/tests/unittests/a2a/converters/test_to_adk.py index b4614f51816..052271fbfe4 100644 --- a/tests/unittests/a2a/converters/test_to_adk.py +++ b/tests/unittests/a2a/converters/test_to_adk.py @@ -294,6 +294,8 @@ def test_convert_a2a_task_to_event_terminal_state_sets_skip_summarization( [ _compat.TS_SUBMITTED, _compat.TS_WORKING, + _compat.TS_INPUT_REQUIRED, + _compat.TS_AUTH_REQUIRED, ], ) def test_convert_a2a_task_to_event_non_terminal_state_does_not_set_skip_summarization(