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:
@ -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"),
|
||||
|
@ -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": {
|
||||
|
Reference in New Issue
Block a user