1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DNSimple: handle pagination appropriately. (#242)

* dnsimple paging

* remove unrelated change
This commit is contained in:
Craig Peterson
2017-10-18 13:53:44 -04:00
committed by GitHub
parent 63498c3ff3
commit 2c5f4c88ea
3 changed files with 18 additions and 7 deletions

View File

@ -308,7 +308,7 @@ func makeTests(t *testing.T) []*TestCase {
tc("Empty"),
tc("NS for subdomain", ns("xyz", "ns2.foo.com.")),
tc("Dual NS for subdomain", ns("xyz", "ns2.foo.com."), ns("xyz", "ns1.foo.com.")),
tc("Record pointing to @", ns("foo", "**current-domain**")),
tc("NS Record pointing to @", ns("foo", "**current-domain**")),
//IDNAs
tc("Empty"),

View File

@ -20,7 +20,7 @@
"COMMENT": "16/17: no ns records managable. Not even for subdomains.",
"baseurl": "https://api.sandbox.dnsimple.com",
"domain": "$DNSIMPLE_DOMAIN",
"knownFailures": "17,18",
"knownFailures": "18,19,20",
"token": "$DNSIMPLE_TOKEN"
},
"GANDI": {