From 12d00feeddb9d9e8fad0ae693ef2b15e0afb1af6 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 (cherry picked from commit 152e582e1fd7da8a866e5705c30ccf3bac7f16a3) --- robottelo/constants/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 50b6970b7dc..0973f92e037 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']