Skip to content

Commit 7b20e5f

Browse files
authored
Expect type hash cli output in test (#822)
Signed-off-by: Emerson Knapp <[email protected]>
1 parent 9fbb5b1 commit 7b20e5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ros2topic/test/test_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ def test_topic_endpoint_info_verbose(self):
317317
re.compile(r'Node name: \w+'),
318318
'Node namespace: /',
319319
'Topic type: std_msgs/msg/String',
320+
'Topic type hash: UNKNOWN',
320321
re.compile(r'Endpoint type: (INVALID|PUBLISHER|SUBSCRIPTION)'),
321322
re.compile(r'GID: [\w\.]+'),
322323
'QoS profile:',

0 commit comments

Comments
 (0)