Skip to content

Commit adf3da2

Browse files
committed
Refresh Authorino after waiting for ready
1 parent 7a1e247 commit adf3da2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testsuite/openshift/objects/authorino.py

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def wait_for_ready(self):
4646
len(obj.model.status.conditions) > 0 and all(x.status == "True" for x in obj.model.status.conditions)
4747
)
4848
assert success, "Authorino did got get ready in time"
49+
self.refresh()
4950

5051
def commit(self):
5152
"""

0 commit comments

Comments
 (0)