diff --git a/tests/foreman/api/test_repository.py b/tests/foreman/api/test_repository.py index a99c57678b..28d907cfb8 100644 --- a/tests/foreman/api/test_repository.py +++ b/tests/foreman/api/test_repository.py @@ -479,7 +479,7 @@ def test_negative_update_to_invalid_download_policy(self, repo, target_sat): [ {'content_type': content_type, 'download_policy': 'on_demand'} for content_type in constants.REPO_TYPE - if content_type not in ['yum', 'docker'] + if content_type not in ['yum', 'docker', 'deb'] ], indirect=True, ids=lambda x: x['content_type'],