From 025063b18924d4f6e7d4ef773f841a02a79052d1 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Sat, 22 Aug 2020 16:11:24 +0300 Subject: [PATCH] Log request error --- integration-tests/test_bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/test_bootstrap.py b/integration-tests/test_bootstrap.py index cc6547b..8a16f60 100644 --- a/integration-tests/test_bootstrap.py +++ b/integration-tests/test_bootstrap.py @@ -120,6 +120,7 @@ def verify_progress_page(expected_status_code, timeout): progress_page_status = True break except Exception as e: + print(e) time.sleep(2) continue