From 282d1cad89021e990bd02efa78423a0a245c84c1 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 17 Jan 2025 17:21:06 +0100 Subject: [PATCH] output hs addr on failed up in web auth Signed-off-by: Kristoffer Dalby --- integration/auth_web_flow_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/auth_web_flow_test.go b/integration/auth_web_flow_test.go index 70ba0c26..565a75a0 100644 --- a/integration/auth_web_flow_test.go +++ b/integration/auth_web_flow_test.go @@ -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) } }