aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/handler_pod_disabled_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/kubernetes/handler_pod_disabled_test.go')
-rw-r--r--plugin/kubernetes/handler_pod_disabled_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/kubernetes/handler_pod_disabled_test.go b/plugin/kubernetes/handler_pod_disabled_test.go
index f61f23305..dc1f1083f 100644
--- a/plugin/kubernetes/handler_pod_disabled_test.go
+++ b/plugin/kubernetes/handler_pod_disabled_test.go
@@ -1,13 +1,12 @@
package kubernetes
import (
+ "context"
"testing"
"github.com/coredns/coredns/plugin/pkg/dnstest"
"github.com/coredns/coredns/plugin/test"
- "context"
-
"github.com/miekg/dns"
)