Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/components/sensor/test_radarr.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""The tests for the radarr platform."""
"""The tests for the Radarr platform."""
import unittest

import pytest
Expand Down Expand Up @@ -347,7 +347,7 @@ def test_upcoming_multiple_days(self, req_mock):
def test_upcoming_today(self, req_mock):
"""Test filtering for a single day.

Radarr needs to respond with at least 2 days
Radarr needs to respond with at least 2 days.
"""
config = {
'platform': 'radarr',
Expand Down Expand Up @@ -375,7 +375,7 @@ def test_upcoming_today(self, req_mock):

@unittest.mock.patch('requests.get', side_effect=mocked_requests_get)
def test_system_status(self, req_mock):
"""Test getting system status"""
"""Test the getting of the system status."""
config = {
'platform': 'radarr',
'api_key': 'foo',
Expand Down