]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/feed.t
config: support multi-value inbox.*.*url
[public-inbox.git] / t / feed.t
index 97468c730f0dc242cf06484cecb72adc70c1cdef..b2a944875c4acfbd6f676301b98fac1f0aa9220f 100644 (file)
--- a/t/feed.t
+++ b/t/feed.t
@@ -29,7 +29,7 @@ my $ibx = PublicInbox::Inbox->new({
        address => 'test@example',
        name => 'testbox',
        inboxdir => $git_dir,
-       url => 'http://example.com/test',
+       url => [ 'http://example.com/test' ],
        feedmax => 3,
 });
 my $git = $ibx->git;