aboutsummaryrefslogtreecommitdiff
path: root/test/plugin_test.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-06-01 15:12:49 +0100
committerGravatar GitHub <noreply@github.com> 2018-06-01 15:12:49 +0100
commit4f0b36e57e867496ccf89301061284235424eabd (patch)
treed6830393a24f871254a03c97f9a46efdeb4c43f0 /test/plugin_test.go
parent0df5eb98fed30e3585681701ee97fe22f7c4b17e (diff)
downloadcoredns-4f0b36e57e867496ccf89301061284235424eabd.tar.gz
coredns-4f0b36e57e867496ccf89301061284235424eabd.tar.zst
coredns-4f0b36e57e867496ccf89301061284235424eabd.zip
Extend presubmit to covert test and request (#1846)
Fix the casing *and* fix use of context as we were still referencing the non-std lib context - no wondering how this could have worked...
Diffstat (limited to 'test/plugin_test.go')
-rw-r--r--test/plugin_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin_test.go b/test/plugin_test.go
index c2382873c..cf1680d72 100644
--- a/test/plugin_test.go
+++ b/test/plugin_test.go
@@ -17,7 +17,7 @@ func benchmarkLookupBalanceRewriteCache(b *testing.B) {
t := new(testing.T)
name, rm, err := test.TempFile(".", exampleOrg)
if err != nil {
- t.Fatalf("failed to create zone: %s", err)
+ t.Fatalf("Failed to create zone: %s", err)
}
defer rm()