From c216cfbdca5cfe57b0a1e18e3c3bfc0d7863942f Mon Sep 17 00:00:00 2001 From: Jakub Smolar Date: Fri, 6 Sep 2024 13:04:18 +0200 Subject: [PATCH] Add authorization refresh for preexisting auth test Signed-off-by: Jakub Smolar --- .../authorino/operator/sharding/test_preexisting_auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/tests/singlecluster/authorino/operator/sharding/test_preexisting_auth.py b/testsuite/tests/singlecluster/authorino/operator/sharding/test_preexisting_auth.py index 6ac28d47..66f4e553 100644 --- a/testsuite/tests/singlecluster/authorino/operator/sharding/test_preexisting_auth.py +++ b/testsuite/tests/singlecluster/authorino/operator/sharding/test_preexisting_auth.py @@ -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