summaryrefslogtreecommitdiff
path: root/container/config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/config_test.go')
-rw-r--r--container/config_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/container/config_test.go b/container/config_test.go
index b7483ba1..bc9a3272 100644
--- a/container/config_test.go
+++ b/container/config_test.go
@@ -53,7 +53,6 @@ func TestNewConfig_LoggingLevels(t *testing.T) {
{path: "test/endure_ok_foobar.yaml", giveLevel: "foobar", wantError: true},
} {
- tt := tt
t.Run(tt.giveLevel, func(t *testing.T) {
cfgPlugin := &config.Plugin{Type: "yaml", ReadInCfg: []byte("endure:\n log_level: " + tt.giveLevel)}
assert.NoError(t, cfgPlugin.Init())