This commit is contained in:
A.Unger
2021-11-08 11:47:20 +01:00
parent 0e9b6d8c52
commit 4999d4a04c
+3 -1
View File
@@ -10,6 +10,8 @@ import (
"net/url"
"testing"
"github.com/owncloud/ocis/ocis-pkg/shared"
"github.com/owncloud/ocis/proxy/pkg/config"
)
@@ -214,7 +216,7 @@ func (tc *testCase) expectProxyTo(strURL string) testCase {
func testConfig(policy []config.Policy) *config.Config {
return &config.Config{
File: "",
Log: config.Log{},
Log: shared.Log{},
Debug: config.Debug{},
HTTP: config.HTTP{},
Tracing: config.Tracing{},