From e3f91dd8a8668389ee8ac8c853266f01c7897145 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Wed, 18 Sep 2019 16:49:21 +0800 Subject: [PATCH] Add missing keyword assert to test Signed-off-by: Chenxiong Qi --- tests/test_scheduler/test_default_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_scheduler/test_default_modules.py b/tests/test_scheduler/test_default_modules.py index 582dee52..7ef72ff0 100644 --- a/tests/test_scheduler/test_default_modules.py +++ b/tests/test_scheduler/test_default_modules.py @@ -266,7 +266,7 @@ def test_handle_collisions_with_base_module_rpms( "python2-tools-0:2.7.16-11.el8.aarch64", "python2-tools-0:2.7.16-11.el8.x86_64", }) - mock_grft.mock_calls == [ + assert mock_grft.mock_calls == [ call( mock_get_session.return_value, {"module-el-build"},