Lint Sonarr tests

This commit is contained in:
Paulus Schoutsen 2017-08-29 08:10:38 -07:00 committed by GitHub
parent b8d737c0cc
commit 81a00bf3f1

View File

@ -815,7 +815,7 @@ class TestSonarrSetup(unittest.TestCase):
@unittest.mock.patch('requests.get', side_effect=mocked_requests_get)
def test_system_status(self, req_mock):
"""Test getting system status"""
"""Test getting system status."""
config = {
'platform': 'sonarr',
'api_key': 'foo',