From a417854b0835f285461476e1eb9fdbde70d4ad95 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 22 Jun 2017 17:50:08 +0100 Subject: fix avoid-dups test multiple addresses should be comma-separated, it worked by accident before, but Email::MIME 1.943 has more correct parsing, and (correctly) failed it --- t/tests/sietima/role/avoid-dups.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/tests/sietima/role/avoid-dups.t b/t/tests/sietima/role/avoid-dups.t index 671d898..5a45f3b 100644 --- a/t/tests/sietima/role/avoid-dups.t +++ b/t/tests/sietima/role/avoid-dups.t @@ -21,7 +21,7 @@ subtest 'in cc' => sub { subtest 'in to' => sub { test_sending( sietima => $s, - mail => { to => $s->return_path . ' one@users.example.com' }, + mail => { to => $s->return_path . ', one@users.example.com' }, to => ['two@users.example.com'], ); }; -- cgit v1.2.3