Skip to content

Commit

Permalink
chore: drop removed field
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont committed Aug 14, 2023
1 parent 1d10656 commit 10d35d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/gateway/gatewayapi/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
. "github.com/onsi/gomega"
"k8s.io/apimachinery/pkg/util/sets"
clientgo_kube "k8s.io/client-go/kubernetes"
"k8s.io/client-go/rest"
"sigs.k8s.io/controller-runtime/pkg/client"
apis_gatewayapi "sigs.k8s.io/gateway-api/apis/v1beta1"
conformanceapis "sigs.k8s.io/gateway-api/conformance/apis/v1alpha1"
Expand Down Expand Up @@ -81,7 +80,6 @@ func TestConformance(t *testing.T) {

suiteOpts := suite.Options{
Client: client,
RESTClient: clientset.CoreV1().RESTClient().(*rest.RESTClient),
RestConfig: clientConfig,
Clientset: clientset,
GatewayClassName: "kuma",
Expand Down

0 comments on commit 10d35d5

Please sign in to comment.