Skip to content

Commit 9c0186c

Browse files
committed
Format fix.
1 parent f1d7c54 commit 9c0186c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,5 +259,5 @@ def test_fetch_podcasts_by_domain_with_mock(self):
259259
assert response.request.method == "GET"
260260
url = urlparse(response.url)
261261
params = parse_qs(url.query)
262-
assert params["page"][0] == '3'
262+
assert params["page"][0] == '3'
263263
assert url.path == "/api/v2/podcasts/domains/%s" % domain_name

0 commit comments

Comments
 (0)