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 10, 2024
1 parent 167a9bb commit 14a8e0a
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 @@ -811,7 +811,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 @@ -925,7 +925,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 14a8e0a

Please sign in to comment.