Skip to content

Commit 46e3a19

Browse files
committed
fix: failing hri message publish test
1 parent 60f4348 commit 46e3a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/communication/ros2/test_connectors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_ros2hri_default_message_publish(
170170
ros_setup: None, request: pytest.FixtureRequest
171171
):
172172
topic_name = f"{request.node.originalname}_topic" # type: ignore
173-
connector = ROS2HRIConnector(targets=[topic_name])
173+
connector = ROS2HRIConnector()
174174
hri_message_receiver = HRIMessageSubscriber(topic_name)
175175
executors, threads = multi_threaded_spinner([hri_message_receiver])
176176

0 commit comments

Comments
 (0)