summaryrefslogtreecommitdiffstats
path: root/tests/e2e
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e2e')
-rw-r--r--tests/e2e/e2e_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/e2e_test.go b/tests/e2e/e2e_test.go
index e75b3db38f..fbcb0e7da5 100644
--- a/tests/e2e/e2e_test.go
+++ b/tests/e2e/e2e_test.go
@@ -31,7 +31,7 @@ import (
var c *web.Route
func TestMain(m *testing.M) {
- defer log.Close()
+ defer log.GetManager().Close()
managerCtx, cancel := context.WithCancel(context.Background())
graceful.InitManager(managerCtx)