Skip to content

Commit 8581fc8

Browse files
committed
test(fixtures): fix fixtures causing test process to fail on exit
1 parent 7a996cb commit 8581fc8

3 files changed

+6
-6
lines changed

Tests/Support Files/Fixtures/PNHistoryIntegrationTests.bundle/ItShouldFetchHistoryForChannelWithActionsAndReceiveResultWithExpectedOperation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
},
599599
"pipeline" : false,
600600
"network" : 0,
601-
"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"
601+
"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=25&include_custom_message_type=0&include_message_type=1"
602602
},
603603
"type" : 0
604604
},
@@ -607,7 +607,7 @@
607607
"data" : {
608608
"status" : 200,
609609
"cls" : "NSHTTPURLResponse",
610-
"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",
610+
"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=25&include_custom_message_type=0&include_message_type=1",
611611
"headers" : {
612612
"Access-Control-Allow-Credentials" : "true",
613613
"Content-Type" : "text\/javascript; charset=\"UTF-8\"",

Tests/Support Files/Fixtures/PNHistoryIntegrationTests.bundle/ItShouldFetchHistoryForChannelWithCustomMessageTypeWhenIncludeCustomMessageTypeAndIncludeMessageActionsFlagIsSet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@
11841184
},
11851185
"pipeline" : false,
11861186
"network" : 0,
1187-
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&uuid=Serhii&pnsdk=PubNub-ObjC-iOS\/4.x.x&include_custom_message_type=1&include_message_type=1"
1187+
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&uuid=Serhii&pnsdk=PubNub-ObjC-iOS\/4.x.x&max=25&include_custom_message_type=1&include_message_type=1"
11881188
},
11891189
"type" : 0
11901190
},
@@ -1193,7 +1193,7 @@
11931193
"data" : {
11941194
"status" : 200,
11951195
"cls" : "NSHTTPURLResponse",
1196-
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&uuid=Serhii&pnsdk=PubNub-ObjC-iOS\/4.x.x&include_custom_message_type=1&include_message_type=1",
1196+
"url" : "https:\/\/ps.pndsn.com\/v3\/history-with-actions\/sub-key\/demo\/channel\/test-channel?include_uuid=1&uuid=Serhii&pnsdk=PubNub-ObjC-iOS\/4.x.x&max=25&include_custom_message_type=1&include_message_type=1",
11971197
"headers" : {
11981198
"Access-Control-Allow-Credentials" : "true",
11991199
"Content-Type" : "text\/javascript; charset=\"UTF-8\"",

Tests/Support Files/Fixtures/PNHistoryIntegrationTests.bundle/ItShouldFetchHistoryForChannelWithEncryptedMessagesAndFailToDecryptWhenDifferentCipherKeyIsSet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
},
221221
"pipeline" : false,
222222
"network" : 0,
223-
"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"
223+
"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&max=25&include_custom_message_type=0&include_message_type=1"
224224
},
225225
"type" : 0
226226
},
@@ -229,7 +229,7 @@
229229
"data" : {
230230
"status" : 200,
231231
"cls" : "NSHTTPURLResponse",
232-
"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",
232+
"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&max=25&include_custom_message_type=0&include_message_type=1",
233233
"headers" : {
234234
"Access-Control-Allow-Credentials" : "true",
235235
"Content-Type" : "text\/javascript; charset=\"UTF-8\"",

0 commit comments

Comments
 (0)