From 33a45b78ea295dedc80cf9f1f6ffac6d7c7d8d76 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 --- 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 986b7ef78fb..e8c90c35be4 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.41.0