fix proxy integration tests

This commit is contained in:
A.Unger
2021-11-11 14:00:42 +01:00
parent 7eb2c25d65
commit e8559d17aa
2 changed files with 3 additions and 3 deletions

View File

@@ -215,7 +215,7 @@ func (tc *testCase) expectProxyTo(strURL string) testCase {
func testConfig(policy []config.Policy) *config.Config {
return &config.Config{
Log: shared.Log{},
Log: &shared.Log{},
Debug: config.Debug{},
HTTP: config.HTTP{},
Tracing: config.Tracing{},