Skip to content

Commit

Permalink
Comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr committed Mar 12, 2024
1 parent 809a95c commit bcc452c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/foreman/ui/test_jobinvocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ def module_rhel_client_by_ip(module_org, smart_proxy_location, rhel7_contenthost
return rhel7_contenthost


@pytest.mark.no_containers
@pytest.mark.tier4
def test_positive_bz2209968(
session,
def test_positive_hostgroups_full_nested_names(
module_org,
smart_proxy_location,
target_sat,
Expand Down Expand Up @@ -94,7 +92,7 @@ def test_positive_bz2209968(
# we should have something like "parent1/child1a"
expected_names.append(expected_name)

with session:
with target_sat.ui_session() as session:
session.organization.select(module_org.name)
session.location.select(smart_proxy_location.name)
hostgroups = session.jobinvocation.read_hostgroups()
Expand Down

0 comments on commit bcc452c

Please sign in to comment.