From 66600611592c95dc26397d3bc6222c1bd8744ff1 Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Fri, 27 Feb 2026 19:57:22 +0000 Subject: [PATCH] fix test, update deps Signed-off-by: chaosinthecrd --- cmd/stund/depaware.txt | 1 + types/netmap/nodemut_test.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/stund/depaware.txt b/cmd/stund/depaware.txt index 7b945dd77..abc115bc5 100644 --- a/cmd/stund/depaware.txt +++ b/cmd/stund/depaware.txt @@ -60,6 +60,7 @@ tailscale.com/cmd/stund dependencies: (generated by github.com/tailscale/depawar tailscale.com/net/tsaddr from tailscale.com/tsweb tailscale.com/syncs from tailscale.com/metrics+ tailscale.com/tailcfg from tailscale.com/version+ + tailscale.com/tsconst from tailscale.com/tailcfg tailscale.com/tsweb from tailscale.com/cmd/stund+ tailscale.com/tsweb/promvarz from tailscale.com/cmd/stund tailscale.com/tsweb/varz from tailscale.com/tsweb+ diff --git a/types/netmap/nodemut_test.go b/types/netmap/nodemut_test.go index f7302d48d..cb676bc68 100644 --- a/types/netmap/nodemut_test.go +++ b/types/netmap/nodemut_test.go @@ -49,7 +49,7 @@ func TestMapResponseContainsNonPatchFields(t *testing.T) { var want bool switch f.Name { - case "MapSessionHandle", "Seq", "KeepAlive", "PingRequest", "PopBrowserURL", "ControlTime": + case "MapSessionHandle", "Seq", "KeepAlive", "PingRequest", "PopBrowserURL", "ControlTime", "Error": // There are meta fields that apply to all MapResponse values. // They should be ignored. want = false