mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 12:16:44 +02:00
fix test, update deps
Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
This commit is contained in:
parent
1961c6543b
commit
6660061159
@ -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+
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user