From 9519bd0205b49b4ef579a877f3fcbff3d889ef4a Mon Sep 17 00:00:00 2001 From: Jameer Pathan <21165044+jameerpathan111@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:03:06 +0100 Subject: [PATCH] Fix test_content_access_after_stopped_foreman (#14279) --- tests/foreman/destructive/test_contenthost.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/foreman/destructive/test_contenthost.py b/tests/foreman/destructive/test_contenthost.py index bf3b0264d2c..c098f86c065 100644 --- a/tests/foreman/destructive/test_contenthost.py +++ b/tests/foreman/destructive/test_contenthost.py @@ -30,14 +30,13 @@ def test_content_access_after_stopped_foreman(target_sat, rhel7_contenthost): :CaseImportance: Medium - :CaseComponent: Infrastructure + :CaseComponent: Hosts-Content - :Team: Platform + :Team: Phoenix-subscriptions :parametrized: yes """ org = target_sat.api.Organization().create() - org.sca_disable() lce = target_sat.api.LifecycleEnvironment(organization=org).create() repos_collection = target_sat.cli_factory.RepositoryCollection( distro='rhel7',