about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-06-23 19:41:51 +0000
committerEric Wong <e@80x24.org>2017-06-23 19:43:57 +0000
commitbde2d8c8de65a4d6b06e8d7365f504f2d8db90a6 (patch)
tree34593736c5126cb978a2d82679ad8541c73af12a /t
parenteb9db159012d8302695500fc2af675c68d5ed9e6 (diff)
downloadpublic-inbox-bde2d8c8de65a4d6b06e8d7365f504f2d8db90a6.tar.gz
This should simplify the rest of our code for handling
the do-not-obfuscate list.
Diffstat (limited to 't')
-rw-r--r--t/config.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/config.t b/t/config.t
index 3ba61119..437f1d14 100644
--- a/t/config.t
+++ b/t/config.t
@@ -25,7 +25,7 @@ my $tmpdir = tempdir('pi-config-XXXXXX', TMPDIR => 1, CLEANUP => 1);
         my $cfg = PublicInbox::Config->new($f);
         is_deeply($cfg->lookup('meta@public-inbox.org'), {
                 'mainrepo' => '/home/pi/meta-main.git',
-                'address' => 'meta@public-inbox.org',
+                'address' => [ 'meta@public-inbox.org' ],
                 'domain' => 'public-inbox.org',
                 'url' => 'http://example.com/meta',
                 -primary_address => 'meta@public-inbox.org',