From 9bd219768e042c4b735acf0bde1a8b4eb7d707dd 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 (cherry picked from commit f436bc639c9a1eeb1e14eeb38f3ffabc7bdd32f9) Signed-off-by: Matt Blenkinsop --- 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 2d8958d3bf..1464444774 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.5