Browse Source
Correct total_count in Cloudflare record fixtures
pull/167/head
Ross McFarland
8 years ago
No known key found for this signature in database
GPG Key ID: 61C10C4FC8FE4A89
2 changed files with
2 additions and
2 deletions
-
tests/fixtures/cloudflare-dns_records-page-1.json
-
tests/fixtures/cloudflare-dns_records-page-2.json
|
|
|
@ -180,7 +180,7 @@ |
|
|
|
"per_page": 10, |
|
|
|
"total_pages": 2, |
|
|
|
"count": 10, |
|
|
|
"total_count": 17 |
|
|
|
"total_count": 19 |
|
|
|
}, |
|
|
|
"success": true, |
|
|
|
"errors": [], |
|
|
|
|
|
|
|
@ -163,7 +163,7 @@ |
|
|
|
"per_page": 10, |
|
|
|
"total_pages": 2, |
|
|
|
"count": 9, |
|
|
|
"total_count": 20 |
|
|
|
"total_count": 19 |
|
|
|
}, |
|
|
|
"success": true, |
|
|
|
"errors": [], |
|
|
|
|