mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Update DNSimple Provider to api client 0.62 (#739)
* Update DNSimple-go to 0.61 This adds support for contexts, exports all return values, Adds ZoneRecordAttributes to fix support for blank record names. * Add UserAgent to client * Update Integration test for DNSimple We now support Empty TXT, however we do not support Null MX yet. * Bump to dnsimple-go 0.62 & use dnsimple.String()
This commit is contained in:
@ -614,7 +614,7 @@ func makeTests(t *testing.T) []*TestGroup {
|
||||
),
|
||||
|
||||
testgroup("Null MX",
|
||||
not("AZURE_DNS", "GANDI_V5", "NAMEDOTCOM", "DIGITALOCEAN", "NETCUP"), // These providers don't support RFC 7505
|
||||
not("AZURE_DNS", "GANDI_V5", "NAMEDOTCOM", "DIGITALOCEAN", "NETCUP", "DNSIMPLE"), // These providers don't support RFC 7505
|
||||
tc("Null MX", mx("@", 0, ".")),
|
||||
),
|
||||
|
||||
@ -654,7 +654,7 @@ func makeTests(t *testing.T) []*TestGroup {
|
||||
),
|
||||
|
||||
testgroup("empty TXT",
|
||||
not("DNSIMPLE", "CLOUDFLAREAPI", "NETCUP"),
|
||||
not("CLOUDFLAREAPI", "NETCUP"),
|
||||
tc("TXT with empty str", txt("foo1", "")),
|
||||
// https://github.com/StackExchange/dnscontrol/issues/598
|
||||
// We decided that permitting the TXT target to be an empty
|
||||
|
Reference in New Issue
Block a user