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-03 08:48:06 +01:00 committed by GitHub
parent f8b080a4be
commit 09427ab558
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 ...", len(nps.Items) )
framework.Logf("still %d network policies present, retrying ...", len(nps.Items))
return false, nil
}
return true, nil