Skip to content

Commit 22df1f4

Browse files
authored
[6.18.z] Fix parametrization order for MCP server test (#20884)
1 parent 6af2b2f commit 22df1f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/foreman/sys/test_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'module_target_sat_foreman_mcp_stage',
2929
'module_target_sat_foreman_mcp_downstream',
3030
],
31-
ids=['upstream', 'downstream', 'stage'],
31+
ids=['upstream', 'stage', 'downstream'],
3232
)
3333
@pytest.mark.skipif(
3434
settings.server.network_type == NetworkType.IPV6,

0 commit comments

Comments
 (0)