Skip to content

Commit

Permalink
avoiding host details will be seen in the test result (#16553)
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar authored Oct 3, 2024
1 parent 73bc6a5 commit 8986cd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8986cd6

Please sign in to comment.