Skip to content

Commit

Permalink
Fix test_oval.py due to RHEL 7 removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jun 28, 2024
1 parent 8d178f0 commit f82460c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ssg-module/test_oval.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def test_applicable_platforms():
rap = ssg.oval.applicable_platforms(rhel_oval)
assert len(rap) == 1
assert 'Red Hat Enterprise Linux 7' in rap
assert 'Red Hat Enterprise Linux 9' in rap

sap = ssg.oval.applicable_platforms(shared_oval)
assert len(sap) == 4
Expand Down

0 comments on commit f82460c

Please sign in to comment.