Skip to content

Commit

Permalink
Applies more fixes after Windows triaging.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Feb 26, 2019
1 parent b25c641 commit 9b50bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_cli_remapping/test/test_cli_remapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ async def test_topic_replacement(node_fixture):
rclpy.spin_once(node_fixture['node'], timeout_sec=0)
assert name in get_topics(node_fixture) and name not in get_services(node_fixture)


@remapping_test(cli_args=('rosservice://~/private/name:=/remapped/s{random_string}',))
async def test_service_replacement(node_fixture):
name = '/remapped/s{random_string}'.format(**node_fixture)
Expand Down

0 comments on commit 9b50bc3

Please sign in to comment.