Undo my attempt at fixing code coverage
This commit is contained in:
@@ -80,11 +80,6 @@ class TestBlinkSetup(unittest.TestCase):
|
||||
with self.assertRaises(blinkpy.BlinkAuthenticationException):
|
||||
# pylint: disable=protected-access
|
||||
blinkpy.blinkpy._request(None, reqtype='post', is_retry=True)
|
||||
|
||||
with self.assertRaises(blinkpy.BlinkAuthenticationException):
|
||||
# pylint: disable=protected-access
|
||||
self.blink.setup_system()
|
||||
blinkpy.blinkpy._request(None, reqtype='post', is_retry=False)
|
||||
|
||||
@mock.patch('blinkpy.blinkpy.requests.post',
|
||||
side_effect=mresp.mocked_requests_post)
|
||||
|
||||
Reference in New Issue
Block a user