mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
Update integration/auth_web_flow_test.go
Co-authored-by: Kristoffer Dalby <kristoffer@dalby.cc>
This commit is contained in:
parent
7ce3f8c7d1
commit
d3e9703fb5
@ -111,7 +111,7 @@ func (s *AuthWebFlowScenario) CreateHeadscaleEnv(namespaces map[string]int) erro
|
|||||||
func (s *AuthWebFlowScenario) runTailscaleUp(
|
func (s *AuthWebFlowScenario) runTailscaleUp(
|
||||||
namespaceStr, loginServer string,
|
namespaceStr, loginServer string,
|
||||||
) error {
|
) 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 {
|
if namespace, ok := s.namespaces[namespaceStr]; ok {
|
||||||
for _, client := range namespace.Clients {
|
for _, client := range namespace.Clients {
|
||||||
namespace.joinWaitGroup.Add(1)
|
namespace.joinWaitGroup.Add(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user