Skip to content

Commit

Permalink
Merge pull request #525 from jsmolar/observability
Browse files Browse the repository at this point in the history
Add authorization refresh for preexisting auth test
  • Loading branch information
jsmolar committed Sep 6, 2024
2 parents eeed9ea + c216cfb commit a4bee3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def test_preexisting_auth(
route2 = setup_route(hostname.hostname, gw2)
auth = setup_authorization(route2, "B")
auth.wait_for_ready()
auth.refresh()

assert (
hostname.hostname in auth.model.status.summary.hostsReady
Expand Down

0 comments on commit a4bee3e

Please sign in to comment.