From c61ca29da313a7ab5ca5c296efe1ced6b4f974da Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Fri, 8 Oct 2021 15:32:24 +0200 Subject: [PATCH] Patch test utils file --- tests/unit/ssg-module/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/ssg-module/test_utils.py b/tests/unit/ssg-module/test_utils.py index ad4e725b26e..9b8a55196f5 100644 --- a/tests/unit/ssg-module/test_utils.py +++ b/tests/unit/ssg-module/test_utils.py @@ -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():