Skip to content

Commit

Permalink
correct the d435 marker
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasRsRos committed Sep 14, 2023
1 parent aef2951 commit e861b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realsense2_camera/test/live_camera/test_camera_tf_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def process_data(self, themes, enable_infra1):
}
@pytest.mark.parametrize("launch_descr_with_parameters", [
pytest.param(test_params_tf_d455, marks=pytest.mark.d455),
pytest.param(test_params_tf_d435, marks=pytest.mark.d415),
pytest.param(test_params_tf_d435, marks=pytest.mark.d435),
pytest.param(test_params_tf_d415, marks=pytest.mark.d415),
],indirect=True)
@pytest.mark.launch(fixture=launch_descr_with_parameters)
Expand Down

0 comments on commit e861b35

Please sign in to comment.