From 095c68c3052844f959e73478551f3b5e88687ad9 Mon Sep 17 00:00:00 2001 From: Eike Waldt Date: Thu, 14 May 2020 10:00:17 +0200 Subject: [PATCH] add tests for parameters sbd watchdog and msgwait timeouts 5 --- tests/unit/modules/test_crmshmod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/modules/test_crmshmod.py b/tests/unit/modules/test_crmshmod.py index 07521a99..9e77811f 100644 --- a/tests/unit/modules/test_crmshmod.py +++ b/tests/unit/modules/test_crmshmod.py @@ -415,7 +415,7 @@ def test_manage_sbd_workaround(self): mock_file_replace = MagicMock(return_code=0) with patch.dict(crmshmod.__salt__, { - 'cmd.retcode': mock_cmd_run}: + 'cmd.retcode': mock_cmd_run}): sbd, devs = crmshmod._manage_sbd(True, ['disk1', 'disk2'], '10', '20') mock_cmd_run.assert_has_calls([