From 1c768b1c990c7a1a66aaa5215f81645faa802752 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 24 Nov 2021 14:50:53 -1000 Subject: [PATCH] 28870: (20.11.x) fix UT on SendQueuedMessages Taken from Bug 28803 : https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125345&action=diff#a/t/db_dependent/Letters.t_sec1 --- t/db_dependent/Letters.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Letters.t b/t/db_dependent/Letters.t index 35eb84d32e..472b1365fa 100755 --- a/t/db_dependent/Letters.t +++ b/t/db_dependent/Letters.t @@ -987,7 +987,7 @@ subtest 'Test message_id parameter for SendQueuedMessages' => sub { 'borrowernumber' => $borrowernumber, 'to_address' => 'to@example.org', 'message_transport_type' => 'email', - 'from_address' => 'root@localhost.' # invalid KohaAdminEmailAddress + 'from_address' => '@example.com' # invalid KohaAdminEmailAddress }; my $message_id = C4::Letters::EnqueueLetter($my_message); throws_ok { -- 2.39.5