diff --git a/providers/dns/namecheap/namecheap_test.go b/providers/dns/namecheap/namecheap_test.go index a28070e7..0631d4a3 100644 --- a/providers/dns/namecheap/namecheap_test.go +++ b/providers/dns/namecheap/namecheap_test.go @@ -303,7 +303,7 @@ var testcases = []testcase{ "test.example.com", nil, "Namecheap error: API Key is invalid or API access has not been enabled [1011102]", - responseGetHostsErrorBadApiKey1, + responseGetHostsErrorBadAPIKey1, "", }, }