From 499141f8a876b6436ac11ba2a1430ceb8c80ee64 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 26 Jun 2023 12:00:30 +0100 Subject: [PATCH] Bug 33778: (QA follow-up) Update for master The error message was updated in master. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 23b328d6af61bd9ab402c230097748337c8f5257) Signed-off-by: Martin Renvoize --- t/db_dependent/Auth_with_shibboleth.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Auth_with_shibboleth.t b/t/db_dependent/Auth_with_shibboleth.t index 7845c8cc71..926d32bf97 100755 --- a/t/db_dependent/Auth_with_shibboleth.t +++ b/t/db_dependent/Auth_with_shibboleth.t @@ -266,7 +266,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("No users with userid of martin found and autocreate is disabled", "Duplicated matchpoint warned to info"); + $logger->info_is("No users with userid of martin found and autocreate is disabled", "Missing matchpoint warned to info"); }; subtest 'get_uri' => sub { -- 2.20.1