Fix up test failure
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
8c5c402d1e
commit
ac08365928
@ -136,8 +136,8 @@ func newFakeDNSProviders() *fakeDNSProviders {
|
|||||||
calls: []fakeDNSProviderCall{},
|
calls: []fakeDNSProviderCall{},
|
||||||
}
|
}
|
||||||
f.constructors = dnsProviderConstructors{
|
f.constructors = dnsProviderConstructors{
|
||||||
cloudDNS: func(project string, serviceAccountFile string, serviceAccount []byte, dns01Nameservers []string, ambient bool) (*clouddns.DNSProvider, error) {
|
cloudDNS: func(project string, serviceAccount []byte, dns01Nameservers []string, ambient bool) (*clouddns.DNSProvider, error) {
|
||||||
f.call("clouddns", project, serviceAccountFile, serviceAccount, util.RecursiveNameservers, ambient)
|
f.call("clouddns", project, serviceAccount, util.RecursiveNameservers, ambient)
|
||||||
return nil, nil
|
return nil, nil
|
||||||
},
|
},
|
||||||
cloudFlare: func(email, apikey string, dns01Nameservers []string) (*cloudflare.DNSProvider, error) {
|
cloudFlare: func(email, apikey string, dns01Nameservers []string) (*cloudflare.DNSProvider, error) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user