From 9f49c7ceed9906522ae81f5e0443852df7b416e3 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 29 Jan 2017 13:40:19 +0000 Subject: fix SubscriberFromHashRef it made it easy to set prefs, but impossible to set aliases --- t/tests/sietima/role/nomail.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/tests/sietima/role/nomail.t') diff --git a/t/tests/sietima/role/nomail.t b/t/tests/sietima/role/nomail.t index 1622fb4..1ff724c 100644 --- a/t/tests/sietima/role/nomail.t +++ b/t/tests/sietima/role/nomail.t @@ -8,7 +8,7 @@ subtest 'disabled' => sub { subscribers => [ { address => 'one@users.example.com', - wants_mail => 0, + prefs => { wants_mail => 0 }, }, 'two@users.example.com', ], @@ -26,7 +26,7 @@ subtest 'enabled' => sub { subscribers => [ { address => 'one@users.example.com', - wants_mail => 1, + prefs => { wants_mail => 1 }, }, 'two@users.example.com', ], -- cgit v1.2.3