Skip to content

Commit

Permalink
remove unneded
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller committed Nov 10, 2023
1 parent 74ab6f7 commit 35d59c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions acceptance/tests/api-gateway/api_gateway_kitchen_sink_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func TestAPIGateway_KitchenSink(t *testing.T) {
// the reconcile loop to run (hence the 2m timeout here).
var (
gatewayAddress string
gatewayClass gwv1beta1.GatewayClass
httpRoute gwv1beta1.HTTPRoute
)

Expand Down Expand Up @@ -153,10 +152,6 @@ func TestAPIGateway_KitchenSink(t *testing.T) {
// now we know we have an address, set it so we can use it
gatewayAddress = gateway.Status.Addresses[0].Value

// check our finalizers
require.Len(r, gatewayClass.Finalizers, 1)
require.EqualValues(r, gatewayClassFinalizer, gatewayClass.Finalizers[0])

// http route checks
err = k8sClient.Get(context.Background(), types.NamespacedName{Name: "http-route", Namespace: "default"}, &httpRoute)
require.NoError(r, err)
Expand Down

0 comments on commit 35d59c7

Please sign in to comment.