From 668348655f1d76172666077aef53599e8ab7ec22 Mon Sep 17 00:00:00 2001 From: Stavros Date: Tue, 7 Apr 2026 18:30:05 +0300 Subject: [PATCH] chore: remove simple logger from testing --- internal/controller/proxy_controller_test.go | 2 -- internal/controller/user_controller_test.go | 2 -- 2 files changed, 4 deletions(-) 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{})