console: fix configuration test

This commit is contained in:
Vincent Bernat
2025-08-30 17:20:20 +02:00
parent 1ce435efde
commit dd9fc75ec3

View File

@@ -87,6 +87,7 @@ func TestConfigHandler(t *testing.T) {
"ForwardingStatus", "ForwardingStatus",
}, },
"truncatable": []string{"SrcAddr", "DstAddr"}, "truncatable": []string{"SrcAddr", "DstAddr"},
"branding": false,
}, },
}, },
}) })