From 41c74cc8fbb103bee4bca98b17d184e48fc57131 Mon Sep 17 00:00:00 2001 From: Des Kelleher Date: Tue, 20 Feb 2024 14:39:28 +0000 Subject: [PATCH] Update tests --- tests/api_tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/api_tests.py b/tests/api_tests.py index 07d7909..d628880 100644 --- a/tests/api_tests.py +++ b/tests/api_tests.py @@ -68,6 +68,8 @@ async def test_wait_for_status(api_client: APISessionClient, api_test_config: AP is_deployed = partial(_is_deployed, api_test_config=api_test_config) + print(env.status_endpoint_api_key()) + await poll_until( make_request=lambda: api_client.get('_status', headers={'apikey': env.status_endpoint_api_key()}), until=is_deployed,