Browse Source

Correct total_count in Cloudflare record fixtures

pull/167/head
Ross McFarland 8 years ago
parent
commit
fdea900537
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      tests/fixtures/cloudflare-dns_records-page-1.json
  2. +1
    -1
      tests/fixtures/cloudflare-dns_records-page-2.json

+ 1
- 1
tests/fixtures/cloudflare-dns_records-page-1.json View File

@ -180,7 +180,7 @@
"per_page": 10,
"total_pages": 2,
"count": 10,
"total_count": 17
"total_count": 19
},
"success": true,
"errors": [],


+ 1
- 1
tests/fixtures/cloudflare-dns_records-page-2.json View File

@ -163,7 +163,7 @@
"per_page": 10,
"total_pages": 2,
"count": 9,
"total_count": 20
"total_count": 19
},
"success": true,
"errors": [],


Loading…
Cancel
Save