From 9349ba2a6f9dbd456042d1bf4e5b197b420db24b Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:26:02 -0400 Subject: [PATCH] [6.14.z] Fixed test_positive_assign_http_proxy_to_products_repositories failure (#12856) --- tests/foreman/ui/test_http_proxy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/foreman/ui/test_http_proxy.py b/tests/foreman/ui/test_http_proxy.py index 2f48559cac2..abe02f12002 100644 --- a/tests/foreman/ui/test_http_proxy.py +++ b/tests/foreman/ui/test_http_proxy.py @@ -110,6 +110,8 @@ def test_positive_assign_http_proxy_to_products_repositories( # Create repositories from UI. with target_sat.ui_session() as session: repo_a1_name = gen_string('alpha') + session.organization.select(org_name=module_org.name) + session.location.select(loc_name=module_location.name) session.repository.create( product_a.name, {