From a3c64ff3d737c3e168e93da228731c17241400a3 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Sun, 15 May 2022 12:08:30 +0200 Subject: [PATCH] Update unit test (#2745) --- lemonldap-ng-portal/t/01-EnablePasswordDisplay.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/t/01-EnablePasswordDisplay.t b/lemonldap-ng-portal/t/01-EnablePasswordDisplay.t index d3560d851..e2069ab5a 100644 --- a/lemonldap-ng-portal/t/01-EnablePasswordDisplay.t +++ b/lemonldap-ng-portal/t/01-EnablePasswordDisplay.t @@ -15,7 +15,7 @@ my $client = LLNG::Manager::Test->new( { ); ok( $res = $client->_get( '/', accept => 'text/html' ), 'Display portal' ); -ok( $res->[2]->[0] =~ m%%, +ok( $res->[2]->[0] =~ m%%, ' toggle password icon found' ) or print STDERR Dumper( $res->[2]->[0] ); count(2);