diff options
Diffstat (limited to 'plugin/dnstap/setup_test.go')
-rw-r--r-- | plugin/dnstap/setup_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/dnstap/setup_test.go b/plugin/dnstap/setup_test.go index efac6aa56..eeeb45027 100644 --- a/plugin/dnstap/setup_test.go +++ b/plugin/dnstap/setup_test.go @@ -29,7 +29,7 @@ func TestConfig(t *testing.T) { } else if err != nil || conf.target != c.path || conf.full != c.full || conf.socket != c.socket { - t.Errorf("expected: %+v\nhave: %+v\nerror: %s\n", c, conf, err) + t.Errorf("Expected: %+v\nhave: %+v\nerror: %s\n", c, conf, err) } } } |