Skip to content

Commit 44b55a5

Browse files
committed
update pytest marker
1 parent c5ff1d7 commit 44b55a5

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
@@ -279,7 +279,7 @@ def test_rhcloud_inventory_disabled_local_insights(module_target_sat_insights):
279279
@pytest.mark.pit_client
280280
@pytest.mark.no_containers
281281
@pytest.mark.rhel_ver_match(r'^(?![78]).*')
282-
@pytest.mark.parametrize('module_target_sat_insights', [True], ids=['local'], indirect=True)
282+
@pytest.mark.parametrize('module_target_sat_insights', [False], ids=['local'], indirect=True)
283283
def test_iop_recommendations_remediation_type_and_status(
284284
rhel_insights_vm,
285285
rhcloud_manifest_org,

0 commit comments

Comments
 (0)