Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Jun 4, 2024
1 parent e4bda8f commit 3baa1c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/foreman/ui/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,8 @@ def test_positive_list_permission(
basearch=DEFAULT_ARCHITECTURE,
org_id=function_sca_manifest_org.id,
product=PRDS['rhel8'],
repo=REPOS['rhst8']['name'],
reposet=REPOSET['rhst8'],
repo=REPOS['rhsclient8']['name'],
reposet=REPOSET['rhsclient8'],
releasever='None',
)
rh_repo = module_target_sat.api.Repository(id=rh_repo_id).read()
Expand All @@ -852,7 +852,7 @@ def test_positive_list_permission(
query={'search': 'resource_type="Katello::Product"'}
),
role=role,
search='name = "{}"'.format(PRDS['rhel8']),
search=f'name = "{PRDS['rhel8']}"',
).create()
# generate login credentials for new role
user_password = gen_string('alphanumeric')
Expand Down

0 comments on commit 3baa1c8

Please sign in to comment.