aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pandora/test_client.py
diff options
context:
space:
mode:
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])