Skip to content

Commit

Permalink
Merge branch 'master' into cv-publish-bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible authored Oct 3, 2024
2 parents b4b16ae + 8986cd6 commit 269e2fb
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 269e2fb

Please sign in to comment.