From adf3da252d471d817e5d7d5b3c4c4bdfe23faaa2 Mon Sep 17 00:00:00 2001 From: phala Date: Thu, 9 Jun 2022 14:11:30 +0200 Subject: [PATCH] Refresh Authorino after waiting for ready --- testsuite/openshift/objects/authorino.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/openshift/objects/authorino.py b/testsuite/openshift/objects/authorino.py index a62cb84a..4c0df1c2 100644 --- a/testsuite/openshift/objects/authorino.py +++ b/testsuite/openshift/objects/authorino.py @@ -46,6 +46,7 @@ def wait_for_ready(self): len(obj.model.status.conditions) > 0 and all(x.status == "True" for x in obj.model.status.conditions) ) assert success, "Authorino did got get ready in time" + self.refresh() def commit(self): """