mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-19 10:20:05 +09:00
output hs addr on failed up in web auth
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
9097d57eea
commit
282d1cad89
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ func TestAuthWebFlowLogoutAndRelogin(t *testing.T) {
|
|||
for userName := range spec {
|
||||
err = scenario.runTailscaleUp(userName, headscale.GetEndpoint())
|
||||
if err != nil {
|
||||
t.Fatalf("failed to run tailscale up: %s", err)
|
||||
t.Fatalf("failed to run tailscale up (%q): %s", headscale.GetEndpoint(), err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue