aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pandora/test_client.py
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-06-03 22:56:18 +0000
committerMike Crute <mike@crute.us>2020-06-03 22:56:18 +0000
commit08fd3f93b4e88dec8f1f72243e847e99192e502c (patch)
tree0c9536b9256637972a028da8a67582a1f55679ca /tests/test_pandora/test_client.py
parentf515ab745385c5eb5460cec744e2110dec1bc755 (diff)
downloadpydora-08fd3f93b4e88dec8f1f72243e847e99192e502c.tar.bz2
pydora-08fd3f93b4e88dec8f1f72243e847e99192e502c.tar.xz
pydora-08fd3f93b4e88dec8f1f72243e847e99192e502c.zip
Fix flake8 errors in tests
Diffstat (limited to 'tests/test_pandora/test_client.py')
-rw-r--r--tests/test_pandora/test_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_pandora/test_client.py b/tests/test_pandora/test_client.py
index 69eac65..8144f42 100644
--- a/tests/test_pandora/test_client.py
+++ b/tests/test_pandora/test_client.py
@@ -236,7 +236,6 @@ class TestAdditionalUrls(TestCase):
236 stationToken='token_mock', 236 stationToken='token_mock',
237 xplatformAdCapable=True)]) 237 xplatformAdCapable=True)])
238 238
239
240 def test_with_enum(self): 239 def test_with_enum(self):
241 with patch.object(APIClient, '__call__') as playlist_mock: 240 with patch.object(APIClient, '__call__') as playlist_mock:
242 transport = Mock(side_effect=[errors.InvalidAuthToken(), None]) 241 transport = Mock(side_effect=[errors.InvalidAuthToken(), None])