summaryrefslogtreecommitdiff
path: root/service/container_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/container_test.go')
-rw-r--r--service/container_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/container_test.go b/service/container_test.go
index ad4c1e64..9860777f 100644
--- a/service/container_test.go
+++ b/service/container_test.go
@@ -457,7 +457,7 @@ func TestContainer_NoInit(t *testing.T) {
}
type testInitD struct {
- c *testInitC
+ c *testInitC //nolint:golint,unused,structcheck
}
type DCfg struct {