diff options
author | Valery Piashchynski <[email protected]> | 2021-08-31 11:54:24 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-31 11:54:24 +0300 |
commit | 0c10cb989fa1deae3996df272f40e2270a880b52 (patch) | |
tree | 6bc3bd0e56ffe8753933dd2957a3269ee578d5b8 /tests/plugins/jobs/jobs_beanstalk_test.go | |
parent | 0f5f9517f9b5bb79e265bbf7d9ee8ce4633cf9b4 (diff) |
Finish boltdb tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/jobs/jobs_beanstalk_test.go')
-rw-r--r-- | tests/plugins/jobs/jobs_beanstalk_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/jobs/jobs_beanstalk_test.go b/tests/plugins/jobs/jobs_beanstalk_test.go index 78d154b1..9f4d37ec 100644 --- a/tests/plugins/jobs/jobs_beanstalk_test.go +++ b/tests/plugins/jobs/jobs_beanstalk_test.go @@ -466,7 +466,7 @@ func TestBeanstalkStats(t *testing.T) { } func TestBeanstalkNoGlobalSection(t *testing.T) { - cont, err := endure.NewContainer(nil, endure.SetLogLevel(endure.DebugLevel)) + cont, err := endure.NewContainer(nil, endure.SetLogLevel(endure.ErrorLevel)) assert.NoError(t, err) cfg := &config.Viper{ |