Skip to content

Commit

Permalink
remove debug output from api gateway kitchen sink
Browse files Browse the repository at this point in the history
  • Loading branch information
curtbushko authored and missylbytes committed Jun 21, 2024
1 parent b2c3b50 commit da0ebc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions acceptance/tests/api-gateway/api_gateway_kitchen_sink_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,8 @@ func TestAPIGateway_KitchenSink(t *testing.T) {

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

t.Log("Melisa -----------------------", gateway.Status)
require.EqualValues(r, int32(1), gateway.Status.Listeners[0].AttachedRoutes)
checkStatusCondition(r, gateway.Status.Listeners[0].Conditions, trueCondition("Accepted", "Accepted"))
checkStatusCondition(r, gateway.Status.Listeners[0].Conditions, falseCondition("Conflicted", "NoConflicts"))
Expand Down

0 comments on commit da0ebc1

Please sign in to comment.