Skip to content

Commit

Permalink
ssh/tailssh: fix integration test (#12562)
Browse files Browse the repository at this point in the history
Updates#cleanup

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
  • Loading branch information
irbekrm committed Jun 20, 2024
1 parent fd3efd9 commit 07063bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh/tailssh/tailssh_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
LoginName: tb.localUser + "@example.com",
}, true
Expand Down

0 comments on commit 07063bc

Please sign in to comment.