Skip to content

Commit

Permalink
Patch test utils file
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedonno1337 committed Oct 8, 2021
1 parent f59b8db commit 8dc65be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ssg-module/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_is_applicable():
assert not ssg.utils.is_applicable('rhosp13', 'rhel7')
assert not ssg.utils.is_applicable('fedora,multi_platform_ubuntu', 'rhel7')
assert not ssg.utils.is_applicable('ol7', 'rhel7')
assert not ssg.utils.is_applicable('fedora,debian9,debian10','debian11','rhel7')
assert not ssg.utils.is_applicable('fedora,debian9,debian10,debian11','rhel7')


def test_is_applicable_for_product():
Expand Down

0 comments on commit 8dc65be

Please sign in to comment.