From d3e9703fb51bd5cdfd2749b73507dca96791144e Mon Sep 17 00:00:00 2001 From: Juan Font Date: Fri, 4 Nov 2022 16:11:10 +0100 Subject: [PATCH] Update integration/auth_web_flow_test.go Co-authored-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 3d164657..9628bb28 100644 --- a/integration/auth_web_flow_test.go +++ b/integration/auth_web_flow_test.go @@ -111,7 +111,7 @@ func (s *AuthWebFlowScenario) CreateHeadscaleEnv(namespaces map[string]int) erro func (s *AuthWebFlowScenario) runTailscaleUp( namespaceStr, loginServer string, ) error { - log.Printf("running tailscale up's for namespace %s", namespaceStr) + log.Printf("running tailscale up for namespace %s", namespaceStr) if namespace, ok := s.namespaces[namespaceStr]; ok { for _, client := range namespace.Clients { namespace.joinWaitGroup.Add(1)