diff --git a/acme/dns_challenge_test.go b/acme/dns_challenge_test.go index 20090edc..e1e67efe 100644 --- a/acme/dns_challenge_test.go +++ b/acme/dns_challenge_test.go @@ -141,7 +141,7 @@ func TestCheckAuthoritativeNss(t *testing.T) { for _, tt := range checkAuthoritativeNssTests { ok, _ := checkAuthoritativeNss(tt.fqdn, tt.value, tt.ns) if ok != tt.ok { - t.Errorf("%s: got %t; want %t", tt.fqdn, tt.ok, tt.ok) + t.Errorf("%s: got %t; want %t", tt.fqdn, ok, tt.ok) } } }