test/fixtures/unsubscribed_subscribers.json in createsend-2.3.0 vs test/fixtures/unsubscribed_subscribers.json in createsend-2.4.0

- old
+ new

@@ -3,11 +3,12 @@ { "EmailAddress": "subscriber@example.com", "Name": "Unsub One", "Date": "2010-10-25 13:11:00", "State": "Unsubscribed", - "CustomFields": [] + "CustomFields": [], + "ReadsEmailWith": "Gmail" }, { "EmailAddress": "subscriberone@example.com", "Name": "Subscriber", "Date": "2010-10-25 13:04:00", @@ -15,31 +16,35 @@ "CustomFields": [ { "Key": "website", "Value": "http://google.com" } - ] + ], + "ReadsEmailWith": "Gmail" }, { "EmailAddress": "example+1@example.com", "Name": "Example One", "Date": "2010-10-26 10:56:00", "State": "Unsubscribed", - "CustomFields": [] + "CustomFields": [], + "ReadsEmailWith": "" }, { "EmailAddress": "example+2@example.com", "Name": "Example Two", "Date": "2010-10-26 10:56:00", "State": "Unsubscribed", - "CustomFields": [] + "CustomFields": [], + "ReadsEmailWith": "" }, { "EmailAddress": "example+3@example.com", "Name": "Example Three", "Date": "2010-10-26 10:56:00", "State": "Unsubscribed", - "CustomFields": [] + "CustomFields": [], + "ReadsEmailWith": "Gmail" } ], "ResultsOrderedBy": "email", "OrderDirection": "asc", "PageNumber": 1, \ No newline at end of file