From 7daab7588052e9554b13d5ab66c73dd41d82c463 Mon Sep 17 00:00:00 2001 From: Arham-Nasir Date: Tue, 12 Nov 2024 01:01:18 +0500 Subject: [PATCH] update testcases Signed-off-by: Arham-Nasir --- tests/hostcfgd/hostcfgd_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hostcfgd/hostcfgd_test.py b/tests/hostcfgd/hostcfgd_test.py index 169d1ccd..1fbbefa1 100644 --- a/tests/hostcfgd/hostcfgd_test.py +++ b/tests/hostcfgd/hostcfgd_test.py @@ -371,7 +371,7 @@ def test_banner_message(self, mock_run_cmd): mock_run_cmd.assert_has_calls([call(['systemctl', 'restart', 'banner-config'], True, True)]) -class TestMemoryStatisticsCfgd: +class TestMemoryStatisticsCfgd(TestCase): """ Test MemoryStatisticsCfg functionalities. """