1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-02-20 00:18:41 +01:00

write out flag

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2025-02-19 20:10:43 +01:00
parent ac34acb29a
commit c8306bb91f
No known key found for this signature in database

View File

@ -93,7 +93,7 @@ func TestEnablingRoutes(t *testing.T) {
"headscale",
"nodes",
"approve-route",
"--i",
"--identifier",
strconv.Itoa(int(node.GetId())),
"--routes",
strings.Join(node.AvailableRoutes, ","),