diff options
| author | chaosinthecrd <tom@tmlabs.co.uk> | 2026-02-27 19:57:22 +0000 |
|---|---|---|
| committer | chaosinthecrd <tom@tmlabs.co.uk> | 2026-02-27 20:00:24 +0000 |
| commit | 66600611592c95dc26397d3bc6222c1bd8744ff1 (patch) | |
| tree | ae2b1efc1bf17c6621c4b63469491e1c3f70700c | |
| parent | 1961c6543bdaf149305460049ec1d05ec547e9bc (diff) | |
| download | tailscale-chaosinthecrd/map-error-response.tar.xz tailscale-chaosinthecrd/map-error-response.zip | |
fix test, update depschaosinthecrd/map-error-response
Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
| -rw-r--r-- | cmd/stund/depaware.txt | 1 | ||||
| -rw-r--r-- | types/netmap/nodemut_test.go | 2 |
2 files changed, 2 insertions, 1 deletions
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 |
