Skip to content

Commit

Permalink
fixing other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed May 9, 2024
1 parent f7f9d9b commit f9ab330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/api/test_reporttemplates.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
):
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit f9ab330

Please sign in to comment.