fix test, update deps

Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
This commit is contained in:
chaosinthecrd 2026-02-27 19:57:22 +00:00
parent 1961c6543b
commit 6660061159
No known key found for this signature in database
GPG Key ID: 52ED56820AF046EE
2 changed files with 2 additions and 1 deletions

View File

@ -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+

View File

@ -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