diff --git a/tests/foreman/cli/test_contentview.py b/tests/foreman/cli/test_contentview.py index 8fb391c3bac..548263ba6a3 100644 --- a/tests/foreman/cli/test_contentview.py +++ b/tests/foreman/cli/test_contentview.py @@ -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