Files
netbird/e2e
mlsmaycon 28bed83062 [misc] Fail joinClient setup through require rather than t.Fatalf
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.
2026-08-22 21:14:07 +02:00
..