We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152cff9 commit 7c077a1Copy full SHA for 7c077a1
1 file changed
tests/e2e/helper_test.go
@@ -331,7 +331,7 @@ func (l *lbTestHelper) TearDown() {
331
return k8serrors.IsNotFound(err), nil
332
})
333
// The cluster is deleted afterward, so we can info log this error
334
- l.t.Logf("error tearing down test namespace: %w", err)
+ l.t.Logf("error tearing down test namespace: %v", err)
335
}
336
337
// WaitForHTTPAvailable tries to connect to the given IP via HTTP or HTTPS
0 commit comments