From 2a30688f3782004573bbfe0a0ecba156d70c02ff Mon Sep 17 00:00:00 2001 From: Peter Ondrejka Date: Fri, 12 Apr 2024 13:59:02 +0200 Subject: [PATCH] sca entitement for dashboard test (#14763) --- tests/foreman/ui/test_dashboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/foreman/ui/test_dashboard.py b/tests/foreman/ui/test_dashboard.py index b55891475ef..5cc044e1e5c 100644 --- a/tests/foreman/ui/test_dashboard.py +++ b/tests/foreman/ui/test_dashboard.py @@ -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, @@ -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()