fix unit tests

This commit is contained in:
Willy Kloucek
2021-12-17 17:11:31 +01:00
parent b70cbd26ee
commit d5e8ac0771
4 changed files with 16 additions and 12 deletions

View File

@@ -10,8 +10,6 @@ import (
"net/url"
"testing"
"github.com/owncloud/ocis/ocis-pkg/shared"
"github.com/owncloud/ocis/proxy/pkg/config"
)
@@ -215,7 +213,7 @@ func (tc *testCase) expectProxyTo(strURL string) testCase {
func testConfig(policy []config.Policy) *config.Config {
return &config.Config{
Log: &shared.Log{},
Log: &config.Log{},
Debug: config.Debug{},
HTTP: config.HTTP{},
Tracing: config.Tracing{},