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): """