output hs addr on failed up in web auth

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2025-01-17 17:21:06 +01:00
parent 9097d57eea
commit 282d1cad89
No known key found for this signature in database

View file

@ -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)
}
}