mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
ssh/tailssh: fix integration test (#12562)
Updates#cleanup Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
parent
fd3efd9bad
commit
07063bc5c7
@ -611,7 +611,7 @@ func (tb *testBackend) NetMap() *netmap.NetworkMap {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (tb *testBackend) WhoIs(ipp netip.AddrPort) (n tailcfg.NodeView, u tailcfg.UserProfile, ok bool) {
|
func (tb *testBackend) WhoIs(_ string, ipp netip.AddrPort) (n tailcfg.NodeView, u tailcfg.UserProfile, ok bool) {
|
||||||
return (&tailcfg.Node{}).View(), tailcfg.UserProfile{
|
return (&tailcfg.Node{}).View(), tailcfg.UserProfile{
|
||||||
LoginName: tb.localUser + "@example.com",
|
LoginName: tb.localUser + "@example.com",
|
||||||
}, true
|
}, true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user