Update test/e2e/network/netpol/network_policy_api.go

Co-authored-by: Adrian Moisey <adrian@changeover.za.net>
This commit is contained in:
Antonio Ojea 2025-03-02 18:57:26 +01:00 committed by GitHub
parent e5ad4a1878
commit 2f6f8d083e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -291,7 +291,7 @@ var _ = common.SIGDescribe("Netpol API", func() {
return false, err
}
if len(nps.Items) > 0 {
framework.Logf("still %d network policies present, retrying ...")
framework.Logf("still %d network policies present, retrying ...", len(nps.Items) )
return false, nil
}
return true, nil