Files
netbird/client/server
Zoltán Papp 41cac0a550 [client] Cancel the caller context in the SSO login tests
WaitSSOLogin parks a goroutine on the caller's context for the whole
browser leg. The tests passed context.Background(), which never cancels,
so each left one goroutine behind for the lifetime of the test binary.
2026-08-27 11:34:44 +02:00
..