f48a48914a
- some of the existing tests return `items` as an empty array - the upcoming change to switch `mailgun-js` to `mailgun.js` means it's more strict about requiring `paging` too - this commit adds a new empty-response fixture so we can standardize using that across tests
10 lines
338 B
JSON
10 lines
338 B
JSON
{
|
|
"items": [],
|
|
"paging": {
|
|
"previous": "https://api.mailgun.net/v3/domain.com/events/empty-previous",
|
|
"first": "https://api.mailgun.net/v3/domain.com/events/empty-first",
|
|
"last": "https://api.mailgun.net/v3/domain.com/events/empty-last",
|
|
"next": "https://api.mailgun.net/v3/domain.com/events/empty-next"
|
|
}
|
|
}
|