diff --git a/tests/foreman/api/test_repository.py b/tests/foreman/api/test_repository.py index c96a33d044..e05ef5acdc 100644 --- a/tests/foreman/api/test_repository.py +++ b/tests/foreman/api/test_repository.py @@ -482,7 +482,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'],