Updated koji tests for new mock option

This commit is contained in:
Brendan Reilly
2020-02-04 14:20:18 -05:00
parent 2d1b056508
commit 0a0c1266a1

View File

@@ -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,
},
),
]