Skip to content

Commit 0f82c30

Browse files
authored
Update test_sr_health_check.py
Signed-off-by: Ythogtha <yth@ythogtha.org>
1 parent bb90a7f commit 0f82c30

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_sr_health_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def setUp(self) -> None:
1717
util_patcher = mock.patch('sr_health_check.util')
1818
self.mock_util = util_patcher.start()
1919
self.mock_session = mock.MagicMock()
20-
mock.patch('util.get_localAPI_session').start().return_value = self.mock_session
2120
self.mock_apisession = mock.MagicMock()
2221
self.mock_util.APISession.return_value = self.mock_apisession
2322
self.mock_apisession.__enter__.return_value = self.mock_session

0 commit comments

Comments
 (0)