aboutsummaryrefslogtreecommitdiff
path: root/t/tests/sietima/role/replyto.t
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2017-02-05 13:29:42 +0000
committerdakkar <dakkar@thenautilus.net>2017-02-05 13:29:42 +0000
commitdcbf392ecd8e22ad4d3d326b83d89d749ca88481 (patch)
treec35b9a2f1b13c939dd7de7023a0650f45365170c /t/tests/sietima/role/replyto.t
parentPOD for ::Types (diff)
downloadSietima-dcbf392ecd8e22ad4d3d326b83d89d749ca88481.tar.gz
Sietima-dcbf392ecd8e22ad4d3d326b83d89d749ca88481.tar.bz2
Sietima-dcbf392ecd8e22ad4d3d326b83d89d749ca88481.zip
::Subscriber 'raw_address' is now 'primary'
It was a horrible name. The coercion from hashref is also simplified this way.
Diffstat (limited to 't/tests/sietima/role/replyto.t')
-rw-r--r--t/tests/sietima/role/replyto.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tests/sietima/role/replyto.t b/t/tests/sietima/role/replyto.t
index 0ede95e..e39f8b3 100644
--- a/t/tests/sietima/role/replyto.t
+++ b/t/tests/sietima/role/replyto.t
@@ -81,7 +81,7 @@ subtest 'enabled for some' => sub {
munge_reply_to => 0,
subscribers => [
{
- address => 'one@users.example.com',
+ primary => 'one@users.example.com',
prefs => { munge_reply_to => 1 },
},
'two@users.example.com',
@@ -114,7 +114,7 @@ subtest 'disabled for some' => sub {
munge_reply_to => 1,
subscribers => [
{
- address => 'one@users.example.com',
+ primary => 'one@users.example.com',
prefs => { munge_reply_to => 0 },
},
'two@users.example.com',