Skip to content

Commit

Permalink
[6.16.z] On demand download policy is supported for deb (#16988)
Browse files Browse the repository at this point in the history
On demand download policy is supported for deb (#16961)

(cherry picked from commit 30e9e87)

Co-authored-by: dosas <[email protected]>
  • Loading branch information
Satellite-QE and dosas authored Nov 22, 2024
1 parent f6fed15 commit 5621252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 5621252

Please sign in to comment.