From 8986cd6a8a8ddd877dcfab0032ce7ab818b887ca Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Fri, 4 Oct 2024 01:14:47 +0530 Subject: [PATCH] avoiding host details will be seen in the test result (#16553) --- tests/foreman/installer/test_installer.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/foreman/installer/test_installer.py b/tests/foreman/installer/test_installer.py index 0dda6b0a66..fd5a7da148 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