Skip to content

Commit

Permalink
fix error message in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jackloughran committed Aug 24, 2020
1 parent 092fd71 commit c2b7ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/structs/config_entry_gateways_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func TestIngressConfigEntry_Validate(t *testing.T) {
},
},
},
expectErr: "Protocol must be either 'http' or 'tcp', 'asdf' is an unsupported protocol.",
expectErr: "Protocol must be 'http', 'tcp', or 'grpc'. 'asdf' is an unsupported protocol.",
},
{
name: "hosts cannot be set on a tcp listener",
Expand Down

0 comments on commit c2b7ee8

Please sign in to comment.