fix unit tests

This commit is contained in:
Willy Kloucek
2021-12-17 17:11:31 +01:00
committed by Jörn Friedrich Dreyer
parent e361132435
commit 61ff46b29c
4 changed files with 16 additions and 12 deletions
+1 -3
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{},