From 3b1b1b1997b4c7967cc452194aa92f77c512d0a8 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Sun, 5 Apr 2020 12:36:48 +0200 Subject: [PATCH] Fix unit test --- lemonldap-ng-portal/t/68-ContextSwitching-with-Impersonation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/t/68-ContextSwitching-with-Impersonation.t b/lemonldap-ng-portal/t/68-ContextSwitching-with-Impersonation.t index b6fc7247a..baabdcce1 100644 --- a/lemonldap-ng-portal/t/68-ContextSwitching-with-Impersonation.t +++ b/lemonldap-ng-portal/t/68-ContextSwitching-with-Impersonation.t @@ -241,7 +241,7 @@ ok( expectOK($res); ok( $res->[2]->[0] =~ - m%
%, + m%
%, 'Dwho has been well disconnected' ) or print STDERR Dumper( $res->[2]->[0] ); count(2);