Skip to content

Commit 20bbeec

Browse files
authored
Fix linter (#1223)
1 parent 6fc80d2 commit 20bbeec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/globalhelper/rbac.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,8 @@ func createAndWaitUntilPVCIsBound(client corev1Typed.CoreV1Interface, pvc *corev
245245
}
246246

247247
Eventually(func() bool {
248-
249248
status, err := isPvcBound(client, pvc.Name, pvc.Namespace, pvName)
250249
if err != nil {
251-
252250
klog.V(5).Info(fmt.Sprintf(
253251
"pvc %s is not bound, retry in %d seconds", pvc.Name, retryInterval))
254252

0 commit comments

Comments
 (0)