Skip to content

Commit

Permalink
Refresh Authorino after waiting for ready
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed Jun 9, 2022
1 parent 7a1e247 commit adf3da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/openshift/objects/authorino.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit adf3da2

Please sign in to comment.