diff options
author | Valery Piashchynski <[email protected]> | 2024-08-29 01:40:34 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-08-29 01:40:34 +0200 |
commit | e1a1a90a1c7f90bbb1de8c01595916df0436ab28 (patch) | |
tree | c9713a846eb25423525a97e6bd966bad72a22978 /container/config_test.go | |
parent | f3fb3c106db97ebbda607e98308c635e36728e58 (diff) |
chore(deps): update dependencies
Diffstat (limited to 'container/config_test.go')
-rw-r--r-- | container/config_test.go | 1 |
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()) |