Skip to content

Commit

Permalink
Add default content type as yum for make_repository helper (Satellite…
Browse files Browse the repository at this point in the history
…QE#13196)

Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Nov 29, 2023
1 parent 7d1cdf6 commit c8429aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robottelo/host_helpers/cli_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def create_object(cli_object, options, values=None, credentials=None):
'_entity_cls': 'Repository',
'name': gen_alpha,
'url': settings.repos.yum_1.url,
'content-type': 'yum',
},
'role': {'name': gen_alphanumeric},
'filter': {},
Expand Down

0 comments on commit c8429aa

Please sign in to comment.