From 0a0c1266a1f4c11d5b87a1bf51df9da641ab1e16 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Tue, 4 Feb 2020 14:20:18 -0500 Subject: [PATCH] Updated koji tests for new mock option --- tests/test_builder/test_koji.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_builder/test_koji.py b/tests/test_builder/test_koji.py index 08b6f1f0..61ba4639 100644 --- a/tests/test_builder/test_koji.py +++ b/tests/test_builder/test_koji.py @@ -639,6 +639,7 @@ class TestKojiBuilder: "mock.package_manager": "dnf", "repo_include_all": repo_include_all, "mock.new_chroot": 0, + 'mock.yum.module_hotfixes': 1, }, ), mock.call( @@ -648,6 +649,7 @@ class TestKojiBuilder: "mock.package_manager": "dnf", "repo_include_all": repo_include_all, "mock.new_chroot": 0, + 'mock.yum.module_hotfixes': 1, }, ), ]