From b51c4af8d9a5d8986ef20eaa0725a674f870e9a0 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Thu, 8 Jan 2026 14:50:44 +0100 Subject: [PATCH] remove logger from proxytest Signed-off-by: Christian Richter --- services/proxy/pkg/proxy/proxy_integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/services/proxy/pkg/proxy/proxy_integration_test.go b/services/proxy/pkg/proxy/proxy_integration_test.go index ea32170e0..ace5543a5 100644 --- a/services/proxy/pkg/proxy/proxy_integration_test.go +++ b/services/proxy/pkg/proxy/proxy_integration_test.go @@ -221,7 +221,6 @@ func (tc *testCase) expectProxyTo(strURL string) testCase { func testConfig(policy []config.Policy) *config.Config { return &config.Config{ - Log: &config.Log{}, Debug: config.Debug{}, HTTP: config.HTTP{}, Policies: policy,