diff --git a/tests/test_rfc2737.py b/tests/test_rfc2737.py index 441d61344..27212b6a7 100644 --- a/tests/test_rfc2737.py +++ b/tests/test_rfc2737.py @@ -13,10 +13,10 @@ sys.path.insert(0, os.path.join(modules_path, 'src')) -class TestPhysicalSensorTableMIBUpdater(TestCase): +class TestPhysicalTableMIBUpdater(TestCase): @mock.patch('sonic_ax_impl.mibs.ietf.rfc2737.PsuCacheUpdater.reinit_data', side_effect=Exception('mocked error')) - def test_PhysicalSensorTableMIBUpdater_transceiver_info_key_missing(self): + def test_PhysicalTableMIBUpdater_exception_in_reinit_data_wont_block_reinit_iteration(self): updater = PhysicalTableMIBUpdater() with mock.patch('sonic_ax_impl.mibs.ietf.rfc2737.ThermalCacheUpdater.reinit_data') as mocked_reinit_data: