From 83c083e70c26f0ae507d7fe57024af9dad3a5ef5 Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Wed, 5 May 2021 09:58:02 -0700 Subject: [PATCH] Fixup more structs_test Signed-off-by: Mark Anderson --- agent/structs/structs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }, {