diff --git a/tests/foreman/api/test_errata.py b/tests/foreman/api/test_errata.py index 2b938536b39..b66e77603b7 100644 --- a/tests/foreman/api/test_errata.py +++ b/tests/foreman/api/test_errata.py @@ -1444,10 +1444,10 @@ def test_errata_installation_with_swidtags( ).create() # publish empty cv version, promote to lce for ak _cv = cv_publish_promote( - target_sat, - _org, - _cv, - _lce, + sat=target_sat, + org=_org, + cv=_cv, + lce=_lce, )['content-view'] _ak = target_sat.api.ActivationKey( organization=_org, @@ -1473,10 +1473,10 @@ def test_errata_installation_with_swidtags( ) # promote newest cv version with all repos/content _cv = cv_publish_promote( - target_sat, - _org, - _cv, - _lce, + sat=target_sat, + org=_org, + cv=_cv, + lce=_lce, )['content-view'] # register host with ak, succeeds result = rhel8_contenthost.register(