Skip to content

Commit 9a51662

Browse files
committed
Update tests to new version
1 parent af4e868 commit 9a51662

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1',
64+
'x-pusher-library': 'pusher-push-notifications-python 1.0.2',
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.1',
131+
'x-pusher-library': 'pusher-push-notifications-python 1.0.2',
132132
'host': 'instance_id.pushnotifications.pusher.com',
133133
},
134134
)

tests/test_users.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_publish_to_users_should_make_correct_http_request(self):
109109
'content-type': 'application/json',
110110
'content-length': '64',
111111
'authorization': 'Bearer SECRET_KEY',
112-
'x-pusher-library': 'pusher-push-notifications-python 1.0.1',
112+
'x-pusher-library': 'pusher-push-notifications-python 1.0.2',
113113
'host': 'instance_id.pushnotifications.pusher.com',
114114
},
115115
)
@@ -452,7 +452,7 @@ def test_delete_user_should_make_correct_http_request(self):
452452
{
453453
'content-length': '0',
454454
'authorization': 'Bearer SECRET_KEY',
455-
'x-pusher-library': 'pusher-push-notifications-python 1.0.1',
455+
'x-pusher-library': 'pusher-push-notifications-python 1.0.2',
456456
'host': 'instance_id.pushnotifications.pusher.com',
457457
},
458458
)

0 commit comments

Comments
 (0)