mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-10 05:59:38 -05:00
ensure online status and route changes are propagated (#1564)
This commit is contained in:
@@ -68,7 +68,6 @@ func TestTailNode(t *testing.T) {
|
||||
Hostinfo: hiview(tailcfg.Hostinfo{}),
|
||||
Tags: []string{},
|
||||
PrimaryRoutes: []netip.Prefix{},
|
||||
Online: new(bool),
|
||||
MachineAuthorized: true,
|
||||
Capabilities: []tailcfg.NodeCapability{
|
||||
"https://tailscale.com/cap/file-sharing", "https://tailscale.com/cap/is-admin",
|
||||
@@ -165,7 +164,6 @@ func TestTailNode(t *testing.T) {
|
||||
},
|
||||
|
||||
LastSeen: &lastSeen,
|
||||
Online: new(bool),
|
||||
MachineAuthorized: true,
|
||||
|
||||
Capabilities: []tailcfg.NodeCapability{
|
||||
|
||||
Reference in New Issue
Block a user