We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1e247 commit adf3da2Copy full SHA for adf3da2
testsuite/openshift/objects/authorino.py
@@ -46,6 +46,7 @@ def wait_for_ready(self):
46
len(obj.model.status.conditions) > 0 and all(x.status == "True" for x in obj.model.status.conditions)
47
)
48
assert success, "Authorino did got get ready in time"
49
+ self.refresh()
50
51
def commit(self):
52
"""
0 commit comments