Skip to content

Commit

Permalink
Fixed test_positive_assign_http_proxy_to_products_repositories failure (
Browse files Browse the repository at this point in the history
SatelliteQE#12850)

final commit for test fixes
  • Loading branch information
ColeHiggins2 authored and shweta83 committed Apr 10, 2024
1 parent 5f6c431 commit de391fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/foreman/ui/test_http_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
{
Expand Down

0 comments on commit de391fd

Please sign in to comment.