From da7f71c4b699a636e7f09e4b310b6ad05f6a23fc 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 Content-Type: text/plain; charset=utf-8 We need to 'mock' the new pref EmailFieldPrecedence Test plan: Run t/Auth_with_shibboleth.t Signed-off-by: Marcel de Rooy --- 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.30.2