Skip to content

Commit

Permalink
sca entitement for dashboard test (#14763)
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk authored Apr 12, 2024
1 parent b0a7895 commit 2a30688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/ui/test_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def test_positive_task_status(session, target_sat):
)
def test_positive_user_access_with_host_filter(
test_name,
function_entitlement_manifest_org,
function_sca_manifest_org,
module_location,
rhel_contenthost,
target_sat,
Expand Down Expand Up @@ -221,7 +221,7 @@ def test_positive_user_access_with_host_filter(
"""
user_login = gen_string('alpha')
user_password = gen_string('alphanumeric')
org = function_entitlement_manifest_org
org = function_sca_manifest_org
lce = target_sat.api.LifecycleEnvironment(organization=org).create()
# create a role with necessary permissions
role = target_sat.api.Role().create()
Expand Down

0 comments on commit 2a30688

Please sign in to comment.