Skip to content

Commit

Permalink
internal/dag: fix test case name
Browse files Browse the repository at this point in the history
Updates projectcontour#3801.

Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss committed Jun 28, 2021
1 parent 1d4526a commit cd2e556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dag/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ func TestDAGInsertGatewayAPI(t *testing.T) {
},
want: listeners(),
},
"TLSRoute with TLS.Mode=Terminate is invalid when TLS is not defined": {
"TLSRoute with TLS.Mode=Terminate is invalid when TLS certificate reference is not defined": {
gateway: &gatewayapi_v1alpha1.Gateway{
ObjectMeta: metav1.ObjectMeta{
Name: "contour",
Expand Down

0 comments on commit cd2e556

Please sign in to comment.