@@ -57,7 +57,7 @@ describe('publishToInterests', () => {
57
57
expect ( headers ) . toEqual ( {
58
58
authorization : 'Bearer SECRET_KEY' ,
59
59
accept : 'application/json' ,
60
- 'x-pusher-library' : 'pusher-push-notifications-node 1.1.0 ' ,
60
+ 'x-pusher-library' : 'pusher-push-notifications-node 1.1.1 ' ,
61
61
host : 'instance_id.pushnotifications.pusher.com' ,
62
62
'content-type' : 'application/json' ,
63
63
'content-length' : 55
@@ -113,7 +113,7 @@ describe('publishToInterests', () => {
113
113
'content-type' : 'application/json' ,
114
114
'content-length' : 55 ,
115
115
authorization : 'Bearer SECRET_KEY' ,
116
- 'x-pusher-library' : 'pusher-push-notifications-node 1.1.0 ' ,
116
+ 'x-pusher-library' : 'pusher-push-notifications-node 1.1.1 ' ,
117
117
host : 'instance_id.pushnotifications.pusher.com'
118
118
} ) ;
119
119
expect ( body ) . toEqual ( {
@@ -201,7 +201,7 @@ describe('publishToInterests', () => {
201
201
'content-type' : 'application/json' ,
202
202
'content-length' : 1846 ,
203
203
authorization : 'Bearer 1234' ,
204
- 'x-pusher-library' : 'pusher-push-notifications-node 1.1.0 ' ,
204
+ 'x-pusher-library' : 'pusher-push-notifications-node 1.1.1 ' ,
205
205
host : '1234.pushnotifications.pusher.com'
206
206
} ) ;
207
207
expect ( body ) . toEqual ( {
0 commit comments