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 c8af6741d7
commit 751fe7e314
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", "connect-proxy: no port set",
func(x *NodeService) { x.Port = 0 }, func(x *NodeService) { x.Port = 0 },
"Port must", "port or socketpath must",
}, },
{ {