Skip to content

Commit

Permalink
Fix test_content_access_after_stopped_foreman (#14279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameerpathan111 authored Mar 7, 2024
1 parent 808efeb commit 9519bd0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/foreman/destructive/test_contenthost.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9519bd0

Please sign in to comment.