Skip to content

Commit

Permalink
Update tests/foreman/cli/test_contentview.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik authored May 16, 2024
1 parent d750f18 commit a587803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_contentview.py
Original file line number Diff line number Diff line change
Expand Up @@ -3342,7 +3342,7 @@ def test_show_all_repo_ids(self, module_org, module_product, module_target_sat):
cv.publish()
# Run content-view list --name cv.name
list_info = module_target_sat.cli.ContentView.list({'name': cv.name})
assert set(list_info[0]['repository-ids']) == set(id_list)
assert set(list_info[0]['repository-ids'].split(', ')) == set(id_list)

def test_positive_validate_force_promote_warning(self, target_sat, function_org):
"""Test cv promote shows warning of 'force promotion' for out of sequence LCE
Expand Down

0 comments on commit a587803

Please sign in to comment.