aboutsummaryrefslogtreecommitdiff
path: root/t/tests/sietima/role/headers.t
diff options
context:
space:
mode:
Diffstat (limited to 't/tests/sietima/role/headers.t')
-rw-r--r--t/tests/sietima/role/headers.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/tests/sietima/role/headers.t b/t/tests/sietima/role/headers.t
index 7b3e4b7..3052781 100644
--- a/t/tests/sietima/role/headers.t
+++ b/t/tests/sietima/role/headers.t
@@ -17,9 +17,9 @@ package Sietima::Role::ForTesting {
};
my $s = make_sietima(
- with_traits => ['Headers','WithAdmin','ForTesting'],
+ with_traits => ['Headers','WithOwner','ForTesting'],
name => 'test-list',
- admin => 'admin@example.com',
+ owner => 'owner@example.com',
subscribers => [
'one@users.example.com',
'two@users.example.com',
@@ -33,7 +33,7 @@ subtest 'list headers should be added' => sub {
object {
call sub { +{ shift->header_str_pairs } } => hash {
field 'List-Id' => 'test-list <sietima-test.list.example.com>';
- field 'List-Owner' => '<mailto:admin@example.com>';
+ field 'List-Owner' => '<mailto:owner@example.com>';
field 'List-Post' => '<mailto:sietima-test@list.example.com>';
field 'List-Test1' => '<mailto:someone@example.com>';
field 'List-Test-2' => 'http://test.example.com';