There was an error while loading. Please reload this page.
1 parent bb90a7f commit 0f82c30Copy full SHA for 0f82c30
1 file changed
tests/test_sr_health_check.py
@@ -17,7 +17,6 @@ def setUp(self) -> None:
17
util_patcher = mock.patch('sr_health_check.util')
18
self.mock_util = util_patcher.start()
19
self.mock_session = mock.MagicMock()
20
- mock.patch('util.get_localAPI_session').start().return_value = self.mock_session
21
self.mock_apisession = mock.MagicMock()
22
self.mock_util.APISession.return_value = self.mock_apisession
23
self.mock_apisession.__enter__.return_value = self.mock_session
0 commit comments