Skip to content

Commit

Permalink
Fix test compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Aug 16, 2018
1 parent dbadf8d commit 49ac5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/http_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func TestProxyChecksHeaderForAccessRules(t *testing.T) {
defer server.Close()

proxy := httptest.NewServer(&HTTPProxy{
Config: &config.Config{},
Config: config.Proxy{},
Transport: http.DefaultTransport,
Lookup: func(r *http.Request) *route.Target {
tgt := &route.Target{
Expand Down

0 comments on commit 49ac5ae

Please sign in to comment.