From 18d60bea597d1e122ef4fd0ff4fcdf814f052079 Mon Sep 17 00:00:00 2001 From: Christophe Francois Date: Mon, 2 Nov 2020 16:13:13 +0100 Subject: [PATCH] [creditmutuel] New URL for portfolio accounts The previous URL would redirect to this one, but sometimes, if there was only one account, it would redirect directly to this account's details, so we never reached the portfolio accounts page. --- modules/creditmutuel/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/creditmutuel/browser.py b/modules/creditmutuel/browser.py index 323b4035c0..3695a5cf3e 100644 --- a/modules/creditmutuel/browser.py +++ b/modules/creditmutuel/browser.py @@ -135,7 +135,7 @@ class CreditMutuelBrowser(TwoFactorBrowser): r'/(?P.*)fr/validation/(?!change_password|verif_code|image_case|infos).*', EmptyPage) por = URL( - r'/(?P.*)fr/banque/PORT_Synthese.aspx\?entete=1', + r'/(?P.*)fr/banque/SYNT_Synthese.aspx\?entete=1', r'/(?P.*)fr/banque/PORT_Synthese.aspx', r'/(?P.*)fr/banque/SYNT_Synthese.aspx', PorPage -- GitLab