We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ce52f commit e03b383Copy full SHA for e03b383
ros2topic/test/test_echo_pub.py
@@ -302,8 +302,8 @@ def publish_message():
302
assert command.output, (
303
'Echo CLI did not print incompatible QoS warning'
304
)
305
- assert ('New publisher discovered on this topic, offering incompatible'
306
- ' QoS.' in command.output), (
+ assert ("New publisher discovered on topic '{}', offering incompatible"
+ ' QoS.'.format(topic) in command.output), (
307
'Echo CLI did not print expected incompatible QoS warning'
308
309
finally:
0 commit comments