diff --git a/tests/foreman/sys/test_mcp.py b/tests/foreman/sys/test_mcp.py index 05964d807b4..12a1d62fd0c 100644 --- a/tests/foreman/sys/test_mcp.py +++ b/tests/foreman/sys/test_mcp.py @@ -28,7 +28,7 @@ 'module_target_sat_foreman_mcp_stage', 'module_target_sat_foreman_mcp_downstream', ], - ids=['upstream', 'downstream', 'stage'], + ids=['upstream', 'stage', 'downstream'], ) @pytest.mark.skipif( settings.server.network_type == NetworkType.IPV6,