From 81a00bf3f1ba66d9ab00bf323066997f6c564af5 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 29 Aug 2017 08:10:38 -0700 Subject: [PATCH] Lint Sonarr tests --- tests/components/sensor/test_sonarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/sensor/test_sonarr.py b/tests/components/sensor/test_sonarr.py index bd0011597af..9e2050e850c 100644 --- a/tests/components/sensor/test_sonarr.py +++ b/tests/components/sensor/test_sonarr.py @@ -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',