Skip to content

Commit 7c077a1

Browse files
committed
fix: wrong logging directive
1 parent 152cff9 commit 7c077a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/helper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ func (l *lbTestHelper) TearDown() {
331331
return k8serrors.IsNotFound(err), nil
332332
})
333333
// The cluster is deleted afterward, so we can info log this error
334-
l.t.Logf("error tearing down test namespace: %w", err)
334+
l.t.Logf("error tearing down test namespace: %v", err)
335335
}
336336

337337
// WaitForHTTPAvailable tries to connect to the given IP via HTTP or HTTPS

0 commit comments

Comments
 (0)