summaryrefslogtreecommitdiff
path: root/libnetwork/drvregistry
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2021-08-18 14:17:21 +0200
committerSebastiaan van Stijn <github@gone.nl>2021-08-18 14:20:37 +0200
commit427ad30c0545c1fc5e9448b6f9a12ef255e03f8d (patch)
treee64be84746dd0270f5a2914e56bd42c797724e7a /libnetwork/drvregistry
parentba2adeebdb8d4ec442f1d3107405ae55d0c1a0c2 (diff)
downloaddocker-427ad30c0545c1fc5e9448b6f9a12ef255e03f8d.tar.gz
libnetwork: remove unused "testutils" imports
Perhaps the testutils package in the past had an `init()` function to set up specific things, but it no longer has. so these imports were doing nothing. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'libnetwork/drvregistry')
-rw-r--r--libnetwork/drvregistry/drvregistry_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/libnetwork/drvregistry/drvregistry_test.go b/libnetwork/drvregistry/drvregistry_test.go
index 3917e98a9c..ead157ef5e 100644
--- a/libnetwork/drvregistry/drvregistry_test.go
+++ b/libnetwork/drvregistry/drvregistry_test.go
@@ -14,9 +14,6 @@ import (
remoteIpam "github.com/docker/docker/libnetwork/ipams/remote"
"gotest.tools/v3/assert"
is "gotest.tools/v3/assert/cmp"
-
- // this takes care of the incontainer flag
- _ "github.com/docker/docker/libnetwork/testutils"
)
const mockDriverName = "mock-driver"