Browse Source

Fixup more structs_test

Signed-off-by: Mark Anderson <manderson@hashicorp.com>
pull/10185/head
Mark Anderson 4 years ago
parent
commit
751fe7e314
  1. 2
      agent/structs/structs_test.go

2
agent/structs/structs_test.go

@ -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…
Cancel
Save