From 7416dc7e65cc9bc4da2822cc4c3802c4f48123a4 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Thu, 15 Nov 2018 21:16:58 +0100 Subject: [PATCH] Typo --- lemonldap-ng-portal/t/43-MailReset-DBI.t | 4 ++-- lemonldap-ng-portal/t/43-MailReset-LDAP.t | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lemonldap-ng-portal/t/43-MailReset-DBI.t b/lemonldap-ng-portal/t/43-MailReset-DBI.t index f976d3203..89cf564d3 100644 --- a/lemonldap-ng-portal/t/43-MailReset-DBI.t +++ b/lemonldap-ng-portal/t/43-MailReset-DBI.t @@ -104,8 +104,8 @@ SKIP: { ok( $res = $client->_post( '/', - IO::String->new('user=dwho&password=zz&test=sql'), - length => 30 + IO::String->new('user=dwho&password=zz'), + length => 21 ), 'Auth query' ); diff --git a/lemonldap-ng-portal/t/43-MailReset-LDAP.t b/lemonldap-ng-portal/t/43-MailReset-LDAP.t index 9038e51a7..fe92be4b1 100644 --- a/lemonldap-ng-portal/t/43-MailReset-LDAP.t +++ b/lemonldap-ng-portal/t/43-MailReset-LDAP.t @@ -91,8 +91,8 @@ SKIP: { ok( $res = $client->_post( '/', - IO::String->new('user=dwho&password=zz&test=sql'), - length => 30 + IO::String->new('user=dwho&password=zz'), + length => 21 ), 'Auth query' );