diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/wildcard_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wildcard_test.go b/test/wildcard_test.go index 05a1b94f8..3a66dd7ca 100644 --- a/test/wildcard_test.go +++ b/test/wildcard_test.go @@ -43,7 +43,7 @@ func TestLookupWildcard(t *testing.T) { for _, lookup := range []string{"w.example.org.", "a.w.example.org.", "a.a.w.example.org."} { resp, err := p.Lookup(state, lookup, dns.TypeTXT) if err != nil || resp == nil { - t.Fatal("Expected to receive reply, but didn't for %s", lookup) + t.Fatalf("Expected to receive reply, but didn't for %s", lookup) } // ;; ANSWER SECTION: |