From f436bc639c9a1eeb1e14eeb38f3ffabc7bdd32f9 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 19 May 2023 06:20:19 +0000 Subject: [PATCH] Bug 33777: Fix Auth_with_shibboleth.t We need to 'mock' the new pref EmailFieldPrecedence Test plan: Run t/Auth_with_shibboleth.t Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- t/Auth_with_shibboleth.t | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/Auth_with_shibboleth.t b/t/Auth_with_shibboleth.t index 121df22869..986b7ef78f 100755 --- a/t/Auth_with_shibboleth.t +++ b/t/Auth_with_shibboleth.t @@ -423,6 +423,10 @@ sub mockedPref { $return = 'OFF'; } + if ( $param eq 'EmailFieldPrecedence' ) { + $return = 'emailpro'; + } + return $return; } -- 2.39.2