Fixup more structs_test
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
This commit is contained in:
parent
8dfa0c7561
commit
83c083e70c
|
@ -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",
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue