Skip to content

Commit d210fcb

Browse files
committed
update pytest marker
1 parent 8d04231 commit d210fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/foreman/ui/test_rhcloud_iop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def test_rhcloud_inventory_disabled_local_insights(module_target_sat_insights):
281281
@pytest.mark.e2e
282282
@pytest.mark.no_containers
283283
@pytest.mark.rhel_ver_match(r'^(?![78]).*')
284-
@pytest.mark.parametrize('module_target_sat_insights', [True], ids=['local'], indirect=True)
284+
@pytest.mark.parametrize('module_target_sat_insights', [False], ids=['local'], indirect=True)
285285
def test_iop_recommendations_remediation_type_and_status(
286286
rhel_insights_vm,
287287
rhcloud_manifest_org,

0 commit comments

Comments
 (0)