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 <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
48ee69e69c
commit
f436bc639c
1 changed files with 4 additions and 0 deletions
|
@ -423,6 +423,10 @@ sub mockedPref {
|
|||
$return = 'OFF';
|
||||
}
|
||||
|
||||
if ( $param eq 'EmailFieldPrecedence' ) {
|
||||
$return = 'emailpro';
|
||||
}
|
||||
|
||||
return $return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue