From f9ab330977aac9eca1d112eba96d92b2bbe6c74d Mon Sep 17 00:00:00 2001 From: Cole Higgins Date: Thu, 9 May 2024 13:32:21 -0400 Subject: [PATCH] fixing other tests --- tests/foreman/api/test_reporttemplates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/foreman/api/test_reporttemplates.py b/tests/foreman/api/test_reporttemplates.py index dccf3faf2e5..50ab0aec121 100644 --- a/tests/foreman/api/test_reporttemplates.py +++ b/tests/foreman/api/test_reporttemplates.py @@ -810,7 +810,7 @@ def test_positive_generate_job_report(setup_content, module_target_sat, content_ @pytest.mark.tier2 @pytest.mark.no_containers -@pytest.mark.rhel_ver_match(r'^(?!6$)\d+$') +@pytest.mark.rhel_ver_match('[^6]') def test_positive_installable_errata( target_sat, function_org, function_lce, function_location, rhel_contenthost ): @@ -924,7 +924,7 @@ def test_positive_installable_errata( @pytest.mark.tier2 -@pytest.mark.rhel_ver_match(r'^(?!6$)\d+$') +@pytest.mark.rhel_ver_match('[^6]') def test_positive_installed_products( target_sat, rhel_contenthost,