From 7f88bb730647c5e2b45b44407e5953330cca68f6 Mon Sep 17 00:00:00 2001 From: Jianquan Ye Date: Tue, 17 Dec 2024 11:22:17 +1000 Subject: [PATCH] Update test --- tests/test_rfc2737.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rfc2737.py b/tests/test_rfc2737.py index 27212b6a7..72a40388c 100644 --- a/tests/test_rfc2737.py +++ b/tests/test_rfc2737.py @@ -16,7 +16,7 @@ class TestPhysicalTableMIBUpdater(TestCase): @mock.patch('sonic_ax_impl.mibs.ietf.rfc2737.PsuCacheUpdater.reinit_data', side_effect=Exception('mocked error')) - def test_PhysicalTableMIBUpdater_exception_in_reinit_data_wont_block_reinit_iteration(self): + def test_PhysicalTableMIBUpdater_exception_in_reinit_data_wont_block_reinit_iteration(self, mock_psu_reinit_data): updater = PhysicalTableMIBUpdater() with mock.patch('sonic_ax_impl.mibs.ietf.rfc2737.ThermalCacheUpdater.reinit_data') as mocked_reinit_data: