[Koha-bugs] [Bug 28803] process_message_queue.pl dies if any messsages in the message queue contain an invalid to_address

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 27 10:54:19 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28803

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #13 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
-    # FIXME must be 'failed'
-    is( $message_1->{status}, 'pending', 'Invalid KohaAdminEmailAddress =>
status pending' );
+    is( $message_1->{status}, 'failed', 'Invalid KohaAdminEmailAddress =>
status failed' );

That's very pleasant to read :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list