mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
test_push_notifications: Use responses module to mock HTTP responses.
This commit is contained in:
@@ -42,7 +42,7 @@ def send_to_push_bouncer(
|
||||
|
||||
* 400 errors from the push bouncer. Here there are 2 categories:
|
||||
Our server failed to connect to the push bouncer (should throw)
|
||||
vs. client-side errors like and invalid token.
|
||||
vs. client-side errors like an invalid token.
|
||||
|
||||
"""
|
||||
url = urllib.parse.urljoin(
|
||||
|
||||
Reference in New Issue
Block a user