diff options
Diffstat (limited to 'integrations/integration_test.go')
-rw-r--r-- | integrations/integration_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/integrations/integration_test.go b/integrations/integration_test.go index 69c4ca4ae5..710e2b3b30 100644 --- a/integrations/integration_test.go +++ b/integrations/integration_test.go @@ -84,7 +84,6 @@ func NewNilResponseHashSumRecorder() *NilResponseHashSumRecorder { func TestMain(m *testing.M) { defer log.Close() - unittest.InitUnitTestBridge() managerCtx, cancel := context.WithCancel(context.Background()) graceful.InitManager(managerCtx) defer cancel() |