diff --git a/v25/storage/dbstorage.py b/v25/storage/dbstorage.py index 7f383d6..77bed01 100644 --- a/v25/storage/dbstorage.py +++ b/v25/storage/dbstorage.py @@ -339,7 +339,9 @@ class DBStorage(PushStorage): assert requests.post('http://localhost:5025/api/push', json={ "subscription": subscription, "notification": { - "title": "New Message (V25PUSH)" + "notification": { + "title": "New Message (V25PUSH)" + } } }).status_code == 200, "push failed"