Skip to content

Commit

Permalink
fix E2E's
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss committed May 17, 2022
1 parent b3010be commit 19d12ec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/e2e/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (

"github.com/onsi/ginkgo/v2"
contour_api_v1alpha1 "github.com/projectcontour/contour/apis/projectcontour/v1alpha1"
"github.com/projectcontour/contour/internal/contourconfig"
"github.com/projectcontour/contour/pkg/config"
"github.com/stretchr/testify/require"
appsv1 "k8s.io/api/apps/v1"
Expand Down Expand Up @@ -358,10 +357,8 @@ func DefaultContourConfiguration() *contour_api_v1alpha1.ContourConfiguration {
},
},
Debug: &contour_api_v1alpha1.DebugConfig{
Address: "127.0.0.1",
Port: 6060,
DebugLogLevel: contour_api_v1alpha1.InfoLog,
KubernetesDebugLogLevel: contourconfig.UIntPtr(0),
Address: "127.0.0.1",
Port: 6060,
},
Health: &contour_api_v1alpha1.HealthConfig{
Address: "0.0.0.0",
Expand Down

0 comments on commit 19d12ec

Please sign in to comment.