mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-25 00:51:28 +02:00
Review point on #7239: the two setup checks in joinClient reported through t.Fatalf while every other check in the suite goes through require. Same outcome, one less shape to read. The WaitProxyPeer check stays behind an if rather than being passed straight to require.NoError: the message interpolates the proxy container's whole log, and require evaluates its arguments before it knows the assertion passed. As written the fetch happens only on the failure it exists to explain.