We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60e8a2 commit b840816Copy full SHA for b840816
tests/fixture/e2e/helpers.go
@@ -249,7 +249,7 @@ func StartNetwork(
249
if stopErr := network.Stop(tc.DefaultContext()); stopErr != nil {
250
tc.Outf("failed to stop network after bootstrap failure: %v", stopErr)
251
}
252
- require.FailNow("failed to bootstrap network: %s", err)
+ require.FailNowf("network bootstrapping failed", "network bootstrapping error: %s", err)
253
254
255
tc.Outf("{{green}}Successfully started network{{/}}\n")
0 commit comments