Update Tests.pm

lowercase-endpoints
Christophe Maudoux 5 years ago
parent dbf6415a12
commit 9858b94482
  1. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm

@ -779,7 +779,7 @@ sub tests {
# Notification system required with removed SF notification # Notification system required with removed SF notification
sfRemovedNotification => sub { sfRemovedNotification => sub {
return 1 unless ( $conf->{sfRemovedMsgRule} ); return 1 unless ( $conf->{sfRemovedMsgRule} );
return ( -1, return ( 1,
'Notification system must be enabled to display a notification if a SF is removed' 'Notification system must be enabled to display a notification if a SF is removed'
) if ( $conf->{sfRemovedUseNotif} and not $conf->{notification} ); ) if ( $conf->{sfRemovedUseNotif} and not $conf->{notification} );
return 1; return 1;

Loading…
Cancel
Save