diff --git a/tests/foreman/installer/test_installer.py b/tests/foreman/installer/test_installer.py index 0dda6b0a660..fd5a7da1484 100644 --- a/tests/foreman/installer/test_installer.py +++ b/tests/foreman/installer/test_installer.py @@ -313,7 +313,10 @@ def sat_non_default_install(module_sat_ready_rhels): @pytest.mark.pit_server @pytest.mark.build_sanity @pytest.mark.parametrize( - 'setting_update', [f'http_proxy={settings.http_proxy.un_auth_proxy_url}'], indirect=True + 'setting_update', + [f'http_proxy={settings.http_proxy.un_auth_proxy_url}'], + indirect=True, + ids=["un_auth_proxy"], ) def test_capsule_installation( sat_fapolicyd_install, cap_ready_rhel, module_sca_manifest, setting_update