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:
parent
ebf9c134d1
commit
8d7bd9a8e7
1 changed files with 1 additions and 1 deletions
|
@ -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' );
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue