From 503f5e5367f5273c50c697b07353fdb70b8f4ba5 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:32:53 -0500 Subject: [PATCH] [6.15.z] Add default content type as yum for make_repository helper (#13204) Add default content type as yum for make_repository helper (#13196) Signed-off-by: Gaurav Talreja (cherry picked from commit c8429aa9a2f67c90a27193cdc082b79c313c233a) Co-authored-by: Gaurav Talreja --- robottelo/host_helpers/cli_factory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/robottelo/host_helpers/cli_factory.py b/robottelo/host_helpers/cli_factory.py index 5a285fd3ba4..3a4fd4e627c 100644 --- a/robottelo/host_helpers/cli_factory.py +++ b/robottelo/host_helpers/cli_factory.py @@ -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': {},