Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Apr 30, 2024
1 parent d673bf4 commit 9581ae0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/foreman/api/test_contentview.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ def test_positive_add_sha512_rpm(self, content_view, module_org, module_target_s
)

@pytest.mark.tier2
<<<<<<< HEAD
def test_ccv_promote_registry_name_change(
<<<<<<< HEAD
<<<<<<< HEAD
Expand All @@ -292,6 +293,9 @@ def test_ccv_promote_registry_name_change(
self, module_target_sat, module_sca_manifest_org
>>>>>>> 2d1d7cb31 (change to non-sca org)
):
=======
def test_ccv_promote_registry_name_change(self, module_target_sat, module_sca_manifest_org):
>>>>>>> d877d0cd5 (Fix formatting issues)
"""Testing CCV promotion scenarios where the registry_name has been changed to some
specific value.
Expand Down Expand Up @@ -331,6 +335,7 @@ def test_ccv_promote_registry_name_change(
)
repo = module_target_sat.api.Repository(id=rh_repo_id).read()
repo.sync(timeout=600)
<<<<<<< HEAD
cv = module_target_sat.api.ContentView(
<<<<<<< HEAD
<<<<<<< HEAD
Expand All @@ -342,6 +347,9 @@ def test_ccv_promote_registry_name_change(
organization=module_sca_manifest_org
>>>>>>> 2d1d7cb31 (change to non-sca org)
).create()
=======
cv = module_target_sat.api.ContentView(organization=module_sca_manifest_org).create()
>>>>>>> d877d0cd5 (Fix formatting issues)
cv = module_target_sat.api.ContentView(id=cv.id, repository=[repo]).update(["repository"])
cv.publish()
cv = cv.read()
Expand Down

0 comments on commit 9581ae0

Please sign in to comment.