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.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_pandora/test_client.py b/tests/test_pandora/test_client.py
index 4262d34..7d3e7bd 100644
--- a/tests/test_pandora/test_client.py
+++ b/tests/test_pandora/test_client.py
@@ -203,7 +203,9 @@ class TestCreatingStation(TestCase):
203class TestCreatingGenreStation(TestCase): 203class TestCreatingGenreStation(TestCase):
204 def test_has_initial_checksum(self): 204 def test_has_initial_checksum(self):
205 fake_data = { 205 fake_data = {
206 "categories": [{"categoryName": "foo", "stations": []},], 206 "categories": [
207 {"categoryName": "foo", "stations": []},
208 ],
207 # Not actually part of the genre station response but is needed to 209 # Not actually part of the genre station response but is needed to
208 # fake out the mock for get_genre_stations_checksum 210 # fake out the mock for get_genre_stations_checksum
209 "checksum": "foo", 211 "checksum": "foo",