Skip to content

Commit

Permalink
test(history): fix history fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Nov 14, 2024
1 parent 3ba17cd commit 0e6c930
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
},
"pipeline" : false,
"network" : 0,
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_message_type=1"
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_custom_message_type=0&include_message_type=1"
},
"type" : 0
},
Expand All @@ -607,7 +607,7 @@
"data" : {
"status" : 200,
"cls" : "NSHTTPURLResponse",
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_message_type=1",
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_custom_message_type=0&include_message_type=1",
"headers" : {
"Access-Control-Allow-Credentials" : "true",
"Content-Type" : "text\/javascript; charset=\"UTF-8\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
},
"pipeline" : false,
"network" : 0,
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Kim&include_message_type=1"
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Kim&include_custom_message_type=0&include_message_type=1"
},
"type" : 0
},
Expand All @@ -229,7 +229,7 @@
"data" : {
"status" : 200,
"cls" : "NSHTTPURLResponse",
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Kim&include_message_type=1",
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Kim&include_custom_message_type=0&include_message_type=1",
"headers" : {
"Access-Control-Allow-Credentials" : "true",
"Content-Type" : "text\/javascript; charset=\"UTF-8\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
},
"pipeline" : false,
"network" : 0,
"url" : "https:\/\/ps.pndsn.com\/v2\/history\/sub-key\/demo\/channel\/test-channel?pnsdk=PubNub-ObjC-iOS\/4.x.x&include_custom_message_type=1&uuid=Serhii"
"url" : "https:\/\/ps.pndsn.com\/v2\/history\/sub-key\/demo\/channel\/test-channel?pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii"
},
"type" : 0
},
Expand All @@ -233,7 +233,7 @@
"data" : {
"status" : 200,
"cls" : "NSHTTPURLResponse",
"url" : "https:\/\/ps.pndsn.com\/v2\/history\/sub-key\/demo\/channel\/test-channel?pnsdk=PubNub-ObjC-iOS\/4.x.x&include_custom_message_type=1&uuid=Serhii",
"url" : "https:\/\/ps.pndsn.com\/v2\/history\/sub-key\/demo\/channel\/test-channel?pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii",
"headers" : {
"Access-Control-Allow-Credentials" : "true",
"Content-Type" : "text\/javascript; charset=\"UTF-8\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
},
"pipeline" : false,
"network" : 0,
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=16&include_meta=1&include_message_type=1"
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=16&include_meta=1&include_message_type=1&include_custom_message_type=0"
},
"type" : 0
},
Expand All @@ -607,7 +607,7 @@
"data" : {
"status" : 200,
"cls" : "NSHTTPURLResponse",
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=16&include_meta=1&include_message_type=1",
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=16&include_meta=1&include_message_type=1&include_custom_message_type=0",
"headers" : {
"Access-Control-Allow-Credentials" : "true",
"Content-Type" : "text\/javascript; charset=\"UTF-8\"",
Expand Down Expand Up @@ -689,4 +689,4 @@
"id" : "25FC405C-400B-40E6-8AE7-B55BEBA1CFC0",
"type" : 4
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
},
"pipeline" : false,
"network" : 0,
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=20&include_meta=1&include_message_type=1"
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=20&include_meta=1&include_message_type=1&include_custom_message_type=0"
},
"type" : 0
},
Expand All @@ -433,7 +433,7 @@
"data" : {
"status" : 200,
"cls" : "NSHTTPURLResponse",
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=20&include_meta=1&include_message_type=1",
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=20&include_meta=1&include_message_type=1&include_custom_message_type=0",
"headers" : {
"Access-Control-Allow-Methods" : "GET, POST, DELETE, OPTIONS",
"Content-Type" : "text\/javascript; charset=\"UTF-8\"",
Expand Down Expand Up @@ -569,4 +569,4 @@
"id" : "64F5D15E-CF9C-47A0-926D-528E3B8E1EFA",
"type" : 4
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@
},
"pipeline" : false,
"network" : 0,
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1?include_uuid=0&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=100&include_message_type=1"
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1?include_uuid=0&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=100&include_custom_message_type=0&include_message_type=1"
},
"type" : 0
},
Expand All @@ -2065,7 +2065,7 @@
"data" : {
"status" : 200,
"cls" : "NSHTTPURLResponse",
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1?include_uuid=0&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=100&include_message_type=1",
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1?include_uuid=0&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&max=100&include_custom_message_type=0&include_message_type=1",
"headers" : {
"Access-Control-Allow-Methods" : "GET, POST, DELETE, OPTIONS",
"Content-Type" : "text\/javascript; charset=\"UTF-8\"",
Expand Down Expand Up @@ -2155,4 +2155,4 @@
"id" : "E1E2034E-B481-419F-ACE1-5B56D0789B1F",
"type" : 4
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
},
"pipeline" : false,
"network" : 0,
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_message_type=1"
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_custom_message_type=0&include_message_type=1"
},
"type" : 0
},
Expand All @@ -433,7 +433,7 @@
"data" : {
"status" : 200,
"cls" : "NSHTTPURLResponse",
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_message_type=1",
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=1&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_custom_message_type=0&include_message_type=1",
"headers" : {
"Access-Control-Allow-Methods" : "GET, POST, DELETE, OPTIONS",
"Content-Type" : "text\/javascript; charset=\"UTF-8\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
},
"pipeline" : false,
"network" : 0,
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=0&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_message_type=1"
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=0&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_custom_message_type=0&include_message_type=1"
},
"type" : 0
},
Expand All @@ -433,7 +433,7 @@
"data" : {
"status" : 200,
"cls" : "NSHTTPURLResponse",
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=0&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_message_type=1",
"url" : "https:\/\/ps.pndsn.com\/v3\/history\/sub-key\/demo\/channel\/test-channel1,test-channel2?include_uuid=0&pnsdk=PubNub-ObjC-iOS\/4.x.x&uuid=Serhii&include_custom_message_type=0&include_message_type=1",
"headers" : {
"Access-Control-Allow-Methods" : "GET, POST, DELETE, OPTIONS",
"Content-Type" : "text\/javascript; charset=\"UTF-8\"",
Expand Down Expand Up @@ -569,4 +569,4 @@
"id" : "7E42FE27-9BC5-4FC6-B8DE-4A72B5C10804",
"type" : 4
}
]
]

0 comments on commit 0e6c930

Please sign in to comment.