diff --git a/internal/controller/proxy_controller_test.go b/internal/controller/proxy_controller_test.go index f3f203e..89e94de 100644 --- a/internal/controller/proxy_controller_test.go +++ b/internal/controller/proxy_controller_test.go @@ -391,8 +391,6 @@ func TestProxyController(t *testing.T) { }, } - tlog.NewSimpleLogger().Init() - oauthBrokerCfgs := make(map[string]config.OAuthServiceConfig) app := bootstrap.NewBootstrapApp(config.Config{}) diff --git a/internal/controller/user_controller_test.go b/internal/controller/user_controller_test.go index 2db5105..d69f930 100644 --- a/internal/controller/user_controller_test.go +++ b/internal/controller/user_controller_test.go @@ -275,8 +275,6 @@ func TestUserController(t *testing.T) { }, } - tlog.NewSimpleLogger().Init() - oauthBrokerCfgs := make(map[string]config.OAuthServiceConfig) app := bootstrap.NewBootstrapApp(config.Config{})