Skip to content

Commit

Permalink
nan
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Apr 2, 2024
1 parent ba314de commit 8471ffa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/foreman/api/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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(
Expand Down

0 comments on commit 8471ffa

Please sign in to comment.