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:33 +01:00
committed by GitHub
parent 2f6f8d083e
commit f8b080a4be

View File

@@ -221,7 +221,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