From 5fa0dc9f2c51dca434d6388aa9cdcfa9c4e57625 Mon Sep 17 00:00:00 2001 From: vsedmik <46570670+vsedmik@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:14:58 +0100 Subject: [PATCH] Add file repo type to constants too --- robottelo/constants/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index cdb801eeca8..7b0ab3614ca 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -224,6 +224,7 @@ class Colored(Box): 'ostree': "ostree", 'docker': "docker", "ansible_collection": "ansible collection", + 'file': "file", } DOWNLOAD_POLICIES = {