From a9522909afae46eba94a6c9063e4164f4e6aeb28 Mon Sep 17 00:00:00 2001 From: Cole Higgins Date: Mon, 9 Oct 2023 18:00:49 -0400 Subject: [PATCH] Fixed test_positive_assign_http_proxy_to_products_repositories failure (#12850) final commit for test fixes (cherry picked from commit a0841b591771a512f6086d9a8c181cda4d35f975) --- 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, {