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

- old
+ new

@@ -24,11 +24,12 @@ }, { "Key": "subscription date", "Value": "2010-03-09" } - ] + ], + "ReadsEmailWith": "Gmail" }, { "EmailAddress": "subs+7878787y8ggg@example.com", "Name": "Person Two", "Date": "2010-10-25 12:17:00", @@ -36,11 +37,12 @@ "CustomFields": [ { "Key": "website", "Value": "http://subdomain.example.com" } - ] + ], + "ReadsEmailWith": "Gmail" }, { "EmailAddress": "subs+7890909i0ggg@example.com", "Name": "Person Three", "Date": "2010-10-25 12:52:00", @@ -48,24 +50,27 @@ "CustomFields": [ { "Key": "website", "Value": "http://subdomain.example.com" } - ] + ], + "ReadsEmailWith": "" }, { "EmailAddress": "subs@example.com", "Name": "Person Four", "Date": "2010-10-27 13:13:00", "State": "Active", - "CustomFields": [] + "CustomFields": [], + "ReadsEmailWith": "" }, { "EmailAddress": "joey@example.com", "Name": "Person Five", "Date": "2010-10-27 13:13:00", "State": "Active", - "CustomFields": [] + "CustomFields": [], + "ReadsEmailWith": "Gmail" } ], "ResultsOrderedBy": "email", "OrderDirection": "asc", "PageNumber": 1, \ No newline at end of file