Skip to content

Commit 6683486

Browse files
committed
chore: remove simple logger from testing
1 parent 482b3c6 commit 6683486

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

internal/controller/proxy_controller_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,6 @@ func TestProxyController(t *testing.T) {
391391
},
392392
}
393393

394-
tlog.NewSimpleLogger().Init()
395-
396394
oauthBrokerCfgs := make(map[string]config.OAuthServiceConfig)
397395

398396
app := bootstrap.NewBootstrapApp(config.Config{})

internal/controller/user_controller_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ func TestUserController(t *testing.T) {
275275
},
276276
}
277277

278-
tlog.NewSimpleLogger().Init()
279-
280278
oauthBrokerCfgs := make(map[string]config.OAuthServiceConfig)
281279

282280
app := bootstrap.NewBootstrapApp(config.Config{})

0 commit comments

Comments
 (0)