diff --git a/ros2topic/test/test_cli.py b/ros2topic/test/test_cli.py index 293310b7a..cea65555f 100644 --- a/ros2topic/test/test_cli.py +++ b/ros2topic/test/test_cli.py @@ -331,6 +331,7 @@ def test_topic_endpoint_info_verbose(self): f'Topic type hash: {STD_MSGS_STRING_TYPE_HASH_STR}', re.compile(r'Endpoint type: (INVALID|PUBLISHER|SUBSCRIPTION)'), re.compile(r'GID: [\w\.]+'), + 'Buffer backends: ', 'QoS profile:', re.compile(r' Reliability: (RELIABLE|BEST_EFFORT|SYSTEM_DEFAULT|UNKNOWN)'), re.compile(