Fixup more structs_test

Signed-off-by: Mark Anderson <manderson@hashicorp.com>
This commit is contained in:
Mark Anderson 2021-05-05 09:58:02 -07:00
parent 8dfa0c7561
commit 83c083e70c
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ func TestStructs_NodeService_ValidateConnectProxy(t *testing.T) {
{
"connect-proxy: no port set",
func(x *NodeService) { x.Port = 0 },
"Port must",
"port or socketpath must",
},
{