Skip to content

Commit f8b080a

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

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
@@ -221,7 +221,7 @@ var _ = common.SIGDescribe("Netpol API", func() {
221221
return false, err
222222
}
223223
if len(nps.Items) > 0 {
224-
framework.Logf("still %d network policies present, retrying ...")
224+
framework.Logf("still %d network policies present, retrying ...", len(nps.Items))
225225
return false, nil
226226
}
227227
return true, nil

0 commit comments

Comments
 (0)