Skip to content

Commit

Permalink
update ak with cv and env to get rid out of error
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant committed Dec 24, 2024
1 parent 5d80a82 commit f15f8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/api/test_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def test_positive_remove_docker_repo_cv(
).create()
assert ak.content_view.id == content_view.id
ak.content_view = None
assert ak.update(['content_view']).content_view is None
assert ak.update(['content_view', 'environment']).content_view is None

@pytest.mark.tier2
def test_positive_add_docker_repo_ccv(
Expand Down Expand Up @@ -611,7 +611,7 @@ def test_positive_remove_docker_repo_ccv(
).create()
assert ak.content_view.id == comp_content_view.id
ak.content_view = None
assert ak.update(['content_view']).content_view is None
assert ak.update(['content_view', 'environment']).content_view is None


class TestPodman:
Expand Down

0 comments on commit f15f8dc

Please sign in to comment.