Ghost/ghost/mailgun-client/test/fixtures/empty.json
Daniel Lockyer f48a48914a Updated mailgun-client test fixtures
- 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
2022-08-17 08:45:21 +02:00

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"
}
}