From c93df980683661787c3e1b3ed8f314322ce39213 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 29 Jun 2023 09:36:47 -0300 Subject: [PATCH] Bug 31651: Adjust tests Signed-off-by: Tomas Cohen Arazi --- t/Auth_with_shibboleth.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Auth_with_shibboleth.t b/t/Auth_with_shibboleth.t index 986b7ef78f..e8c90c35be 100755 --- a/t/Auth_with_shibboleth.t +++ b/t/Auth_with_shibboleth.t @@ -335,7 +335,7 @@ subtest "checkpw_shib tests" => sub { $shib_login = "martin"; ( $retval, $retcard, $retuserid ) = checkpw_shib($shib_login); is( $retval, "0", "user not authenticated" ); - $logger->info_is("There are several users with userid of martin, matchpoints must be unique", "Duplicated matchpoint warned to info"); + $logger->info_is("No users with userid of martin found and autocreate is disabled", "Duplicated matchpoint warned to info"); }; ## _get_uri - opac -- 2.20.1