Skip to content

Commit 400a8cd

Browse files
committed
Use https for various urls in tests
1 parent d88ed79 commit 400a8cd

27 files changed

Lines changed: 95 additions & 95 deletions

test/fixtures/active_subscribers.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"CustomFields": [
1010
{
1111
"Key": "website",
12-
"Value": "http://example.com"
12+
"Value": "https://example.com"
1313
},
1414
{
1515
"Key": "multi select field",
@@ -39,7 +39,7 @@
3939
"CustomFields": [
4040
{
4141
"Key": "website",
42-
"Value": "http://subdomain.example.com"
42+
"Value": "https://subdomain.example.com"
4343
}
4444
],
4545
"ReadsEmailWith": "Gmail"
@@ -53,7 +53,7 @@
5353
"CustomFields": [
5454
{
5555
"Key": "website",
56-
"Value": "http://subdomain.example.com"
56+
"Value": "https://subdomain.example.com"
5757
}
5858
],
5959
"ReadsEmailWith": ""

test/fixtures/active_subscribers_with_tracking_preference.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"CustomFields": [
1010
{
1111
"Key": "website",
12-
"Value": "http://example.com"
12+
"Value": "https://example.com"
1313
},
1414
{
1515
"Key": "multi select field",
@@ -40,7 +40,7 @@
4040
"CustomFields": [
4141
{
4242
"Key": "website",
43-
"Value": "http://subdomain.example.com"
43+
"Value": "https://subdomain.example.com"
4444
}
4545
],
4646
"ReadsEmailWith": "Gmail",
@@ -55,7 +55,7 @@
5555
"CustomFields": [
5656
{
5757
"Key": "website",
58-
"Value": "http://subdomain.example.com"
58+
"Value": "https://subdomain.example.com"
5959
}
6060
],
6161
"ReadsEmailWith": "",

test/fixtures/campaign_clicks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Results": [
33
{
44
"EmailAddress": "subs+6576576576@example.com",
5-
"URL": "http://video.google.com.au/?hl=en&tab=wv",
5+
"URL": "https://video.google.com.au/?hl=en&tab=wv",
66
"ListID": "512a3bc577a58fdf689c654329b50fa0",
77
"Date": "2010-10-11 08:29:00",
88
"IPAddress": "192.168.126.87",
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"EmailAddress": "subs+6576576576@example.com",
18-
"URL": "http://mail.google.com/mail/?hl=en&tab=wm",
18+
"URL": "https://mail.google.com/mail/?hl=en&tab=wm",
1919
"ListID": "512a3bc577a58fdf689c654329b50fa0",
2020
"Date": "2010-10-11 08:29:00",
2121
"IPAddress": "192.168.126.87",
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"EmailAddress": "subs+6576576576@example.com",
31-
"URL": "http://mail.google.com/mail/?hl=en&tab=wm",
31+
"URL": "https://mail.google.com/mail/?hl=en&tab=wm",
3232
"ListID": "512a3bc577a58fdf689c654329b50fa0",
3333
"Date": "2010-10-06 17:24:00",
3434
"IPAddress": "192.168.126.87",

test/fixtures/campaign_summary.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"Mentions": 23,
1010
"Forwards": 11,
1111
"Likes": 32,
12-
"WebVersionURL": "http://createsend.com/t/r-3A433FC72FFE3B8B",
13-
"WebVersionTextURL": "http://createsend.com/t/r-3A433FC72FFE3B8B/t",
14-
"WorldviewURL": "http://client.createsend.com/reports/wv/r/3A433FC72FFE3B8B",
12+
"WebVersionURL": "https://createsend.com/t/r-3A433FC72FFE3B8B",
13+
"WebVersionTextURL": "https://createsend.com/t/r-3A433FC72FFE3B8B/t",
14+
"WorldviewURL": "https://client.createsend.com/reports/wv/r/3A433FC72FFE3B8B",
1515
"SpamComplaints": 23
1616
}

test/fixtures/campaigns.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Results": [
33
{
4-
"WebVersionURL": "http://createsend.com/t/r-765E86829575EE2C",
5-
"WebVersionTextURL": "http://createsend.com/t/r-765E86829575EE2C/t",
4+
"WebVersionURL": "https://createsend.com/t/r-765E86829575EE2C",
5+
"WebVersionTextURL": "https://createsend.com/t/r-765E86829575EE2C/t",
66
"CampaignID": "fc0ce7105baeaf97f47c99be31d02a91",
77
"Subject": "Campaign One",
88
"Name": "Campaign One",
@@ -14,8 +14,8 @@
1414
"Tags": ["Tag1", "Tag2"]
1515
},
1616
{
17-
"WebVersionURL": "http://createsend.com/t/r-DD543566A87C9B8B",
18-
"WebVersionTextURL": "http://createsend.com/t/r-DD543566A87C9B8B/t",
17+
"WebVersionURL": "https://createsend.com/t/r-DD543566A87C9B8B",
18+
"WebVersionTextURL": "https://createsend.com/t/r-DD543566A87C9B8B/t",
1919
"CampaignID": "072472b88c853ae5dedaeaf549a8d607",
2020
"Subject": "Campaign Two",
2121
"Name": "Campaign Two",

test/fixtures/deleted_subscribers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"CustomFields": [
1919
{
2020
"Key": "website",
21-
"Value": "http://google.com"
21+
"Value": "https://google.com"
2222
}
2323
],
2424
"ReadsEmailWith": "Gmail"

test/fixtures/drafts.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"FromEmail": "myemail@example.com",
88
"ReplyTo": "myemail@example.com",
99
"DateCreated": "2010-08-19 16:08:00",
10-
"PreviewURL": "http://createsend.com/t/r-E97A7BB2E6983DA1",
11-
"PreviewTextURL": "http://createsend.com/t/r-E97A7BB2E6983DA1/t",
10+
"PreviewURL": "https://createsend.com/t/r-E97A7BB2E6983DA1",
11+
"PreviewTextURL": "https://createsend.com/t/r-E97A7BB2E6983DA1/t",
1212
"Tags": ["Tags5"]
1313
},
1414
{
@@ -19,8 +19,8 @@
1919
"FromEmail": "myemail@example.com",
2020
"ReplyTo": "myemail@example.com",
2121
"DateCreated": "2010-08-19 16:08:00",
22-
"PreviewURL": "http://createsend.com/t/r-E97A7BB2E6983DA1",
23-
"PreviewTextURL": "http://createsend.com/t/r-E97A7BB2E6983DA1/t",
22+
"PreviewURL": "https://createsend.com/t/r-E97A7BB2E6983DA1",
23+
"PreviewTextURL": "https://createsend.com/t/r-E97A7BB2E6983DA1/t",
2424
"Tags": []
2525
}
2626
]

test/fixtures/journey_email_clicks_no_params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"EmailAddress": "asdf@example.com",
55
"Date": "2019-08-19 10:23:00",
6-
"URL": "http://mail.google.com/mail/?hl=en&tab=wm",
6+
"URL": "https://mail.google.com/mail/?hl=en&tab=wm",
77
"IPAddress": "198.148.196.144",
88
"Latitude": -33.8591,
99
"Longitude": 151.200195,

test/fixtures/journey_email_clicks_with_params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{
1616
"EmailAddress": "asdf@example.com",
1717
"Date": "2019-08-19 10:23:00",
18-
"URL": "http://mail.google.com/mail/?hl=en&tab=wm",
18+
"URL": "https://mail.google.com/mail/?hl=en&tab=wm",
1919
"IPAddress": "198.148.196.144",
2020
"Latitude": -33.8591,
2121
"Longitude": 151.200195,

test/fixtures/list_webhooks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"WebhookID": "943678317049bc13",
44
"Events": [ "Deactivate" ],
5-
"Url": "http://www.postbin.org/d9w8ud9wud9w",
5+
"Url": "https://www.postbin.org/d9w8ud9wud9w",
66
"Status": "Active",
77
"PayloadFormat": "Json"
88
},
@@ -11,7 +11,7 @@
1111
"Events": [
1212
"Subscribe"
1313
],
14-
"Url": "http://www.postbin.org/hiuhiu2h2u",
14+
"Url": "https://www.postbin.org/hiuhiu2h2u",
1515
"Status": "Active",
1616
"PayloadFormat": "Xml"
1717
}

0 commit comments

Comments
 (0)