summaryrefslogtreecommitdiff
path: root/container/config_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-08-29 01:40:34 +0200
committerValery Piashchynski <[email protected]>2024-08-29 01:40:34 +0200
commite1a1a90a1c7f90bbb1de8c01595916df0436ab28 (patch)
treec9713a846eb25423525a97e6bd966bad72a22978 /container/config_test.go
parentf3fb3c106db97ebbda607e98308c635e36728e58 (diff)
chore(deps): update dependencies
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())