Skip to content

Commit

Permalink
Add default content type as yum for make_repository helper (#13196)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit c8429aa)
  • Loading branch information
Gauravtalreja1 authored and web-flow committed Nov 29, 2023
1 parent 6aa55d5 commit a651955
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 a651955

Please sign in to comment.