Bug 26705: (QA follow-up) Clarify test result

Simple output string improvement to fix the copy/paste of the previous
tests comment string.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Martin Renvoize 2021-03-23 14:26:02 +00:00 committed by Jonathan Druart
parent ebf9c134d1
commit 8d7bd9a8e7

View file

@ -232,7 +232,7 @@ subtest 'send_or_die() tests' => sub {
'to@example.com', 'cc@example.com',
'bcc_1@example.com', 'bcc_2@example.com'
],
'If explicitly passed, "to" is preserved'
'If "to" is not explicitly passed, extract recipients from headers'
);
is( $email->header_str('Bcc'), undef, 'The Bcc header is unset' );
};