From d9ac7460c4bd1b4a0318e7f000cc682fe032cf2d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 23 Feb 2023 23:33:19 +0100 Subject: [PATCH] console: fix configuration test --- console/config_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/console/config_test.go b/console/config_test.go index 02220d0f..c31dc48e 100644 --- a/console/config_test.go +++ b/console/config_test.go @@ -80,6 +80,7 @@ func TestConfigHandler(t *testing.T) { "PacketSizeBucket", "ForwardingStatus", }, + "truncatable": []string{"SrcAddr", "DstAddr"}, }, }, })