diff --git a/agent/structs/structs_test.go b/agent/structs/structs_test.go index 8ee3d2a4b..b527322c5 100644 --- a/agent/structs/structs_test.go +++ b/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", }, {