mirror of https://github.com/status-im/consul.git
Fixup more structs_test
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
This commit is contained in:
parent
c8af6741d7
commit
751fe7e314
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue