Skip to content

Commit 09427ab

Browse files
aojeaadrianmoisey
andauthored
Update test/e2e/network/netpol/network_policy_api.go
Co-authored-by: Adrian Moisey <[email protected]>
1 parent f8b080a commit 09427ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/network/netpol/network_policy_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ var _ = common.SIGDescribe("Netpol API", func() {
291291
return false, err
292292
}
293293
if len(nps.Items) > 0 {
294-
framework.Logf("still %d network policies present, retrying ...", len(nps.Items) )
294+
framework.Logf("still %d network policies present, retrying ...", len(nps.Items))
295295
return false, nil
296296
}
297297
return true, nil

0 commit comments

Comments
 (0)