From 3120f82b1e187b86c87c42389566c07fa4f19d8e Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 3 Oct 2024 11:09:17 -0700 Subject: [PATCH] add VCAP_SERVICES --- tests/end_to_end/test_send_message_from_existing_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end_to_end/test_send_message_from_existing_template.py b/tests/end_to_end/test_send_message_from_existing_template.py index d52a3c1df..488f125ca 100644 --- a/tests/end_to_end/test_send_message_from_existing_template.py +++ b/tests/end_to_end/test_send_message_from_existing_template.py @@ -175,7 +175,7 @@ def handle_no_existing_template_case(page): check_axe_report(page) # TODO staging starts failing here, fix. - print(f"SHOULD BE SEND PAGE: {page}") + print(f"SHOULD BE SEND PAGE: {page} and VCAP_SERVICES are {os.getenv('VCAP_SERVICES')}") activity_button = page.get_by_text("Activity") expect(activity_button).to_be_visible() activity_button.click()