X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fconfig.t;h=1ec864b471d4f39de3471a6b62a04dde03d78660;hb=1988d730c0088e8b1f6193650c7ee929df8a2ed7;hp=db3f9b2aa5ec6c6873ce7c7953db58a06e838ab8;hpb=78fe6a9e601fcf3ec2983c82edaeb825e61275cf;p=public-inbox.git diff --git a/t/config.t b/t/config.t index db3f9b2a..1ec864b4 100644 --- a/t/config.t +++ b/t/config.t @@ -27,7 +27,7 @@ my ($tmpdir, $for_destroy) = tmpdir(); 'inboxdir' => '/home/pi/meta-main.git', 'address' => [ 'meta@public-inbox.org' ], 'domain' => 'public-inbox.org', - 'url' => 'http://example.com/meta', + 'url' => [ 'http://example.com/meta' ], -primary_address => 'meta@public-inbox.org', 'name' => 'meta', feedmax => 25, @@ -48,7 +48,7 @@ my ($tmpdir, $for_destroy) = tmpdir(); 'domain' => 'public-inbox.org', 'name' => 'test', feedmax => 25, - 'url' => 'http://example.com/test', + 'url' => [ 'http://example.com/test' ], -httpbackend_limiter => undef, nntpserver => undef, }, "lookup matches expected output for test");