From 4bc145eaaf8079f24bc4c77dd97374a8ca439fb9 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Fri, 17 Jan 2025 12:45:19 -0500 Subject: [PATCH] Fix serf config cloning test due to new field present in the config. --- agent/consul/config_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/agent/consul/config_test.go b/agent/consul/config_test.go index 8e61b8fe9680..409967983875 100644 --- a/agent/consul/config_test.go +++ b/agent/consul/config_test.go @@ -65,6 +65,7 @@ func TestCloneSerfLANConfig(t *testing.T) { "MemberlistConfig", "Merge", "MinQueueDepth", + "MsgpackUseNewTimeFormat", "NodeName", "ProtocolVersion", "QueryBuffer",