From 9a33149e9e114146ddbf5aaa661cc4055f050df7 Mon Sep 17 00:00:00 2001 From: Jonathan Perret Date: Wed, 17 Sep 2025 15:50:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85(e2e)=20adapt=20to=20ProConnect=20erro?= =?UTF-8?q?r=20page=20wording=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The generic message was replaced by the error code and description from the IdP. --- src/satosa/tests/test_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/satosa/tests/test_e2e.py b/src/satosa/tests/test_e2e.py index 1635864..cef255d 100644 --- a/src/satosa/tests/test_e2e.py +++ b/src/satosa/tests/test_e2e.py @@ -126,7 +126,7 @@ def test_pro_connect_to_renater_student_not_allowed(page: Page): renater_wayf(page) renater_test_idp(page, login="etudiant1") - expect(page.locator("body")).to_contain_text("Une erreur technique est survenue.") + expect(page.locator("body")).to_contain_text("access_denied") @pytest.mark.skipif(