Undo my attempt at fixing code coverage

This commit is contained in:
tySwift93
2017-05-10 19:23:26 -04:00
committed by GitHub
parent 8934645c4d
commit abea28ef00
-5
View File
@@ -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)