From 152e582e1fd7da8a866e5705c30ccf3bac7f16a3 Mon Sep 17 00:00:00 2001 From: Peter Ondrejka Date: Wed, 11 Sep 2024 14:01:26 +0200 Subject: [PATCH] removing repository entity from bookmarks tests (#16300) host bookmark fixes --- robottelo/constants/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index c888241b403..43571611a30 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -1707,7 +1707,6 @@ 'controller': 'provisioning_templates', 'session_name': 'provisioningtemplate', }, - {'name': 'Repository', 'controller': 'katello_repositories', 'session_name': 'repository'}, ] STRING_TYPES = ['alpha', 'numeric', 'alphanumeric', 'latin1', 'utf8', 'cjk', 'html']