Skip to content

Commit cf1cd2a

Browse files
committed
Cleanup rebase
1 parent 61ccc96 commit cf1cd2a

File tree

3 files changed

+4
-425
lines changed

3 files changed

+4
-425
lines changed

tests/test_interests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_publish_to_interests_should_make_correct_http_request(self):
6161
'content-type': 'application/json',
6262
'content-length': '69',
6363
'authorization': 'Bearer SECRET_KEY',
64-
'x-pusher-library': 'pusher-push-notifications-python 1.0.2',
64+
'x-pusher-library': 'pusher-push-notifications-python 1.0.3',
6565
'host': 'instance_id.pushnotifications.pusher.com',
6666
},
6767
)
@@ -128,7 +128,7 @@ def test_deprecated_alias_still_works(self):
128128
'content-type': 'application/json',
129129
'content-length': '69',
130130
'authorization': 'Bearer SECRET_KEY',
131-
'x-pusher-library': 'pusher-push-notifications-python 1.0.2',
131+
'x-pusher-library': 'pusher-push-notifications-python 1.0.3',
132132
'host': 'instance_id.pushnotifications.pusher.com',
133133
},
134134
)

0 commit comments

Comments
 (0)