X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Ffeed.t;h=ec8a5a42e9ae3ee635a6f592e64e8789efd66bfb;hb=55b707d788ce13696e4411389583e720ea6dab01;hp=97468c730f0dc242cf06484cecb72adc70c1cdef;hpb=3c313f9034aac96182e2efdc2f92c40803626f32;p=public-inbox.git diff --git a/t/feed.t b/t/feed.t index 97468c73..ec8a5a42 100644 --- a/t/feed.t +++ b/t/feed.t @@ -5,9 +5,7 @@ use warnings; use Test::More; use Email::MIME; use PublicInbox::Feed; -use PublicInbox::Git; use PublicInbox::Import; -use PublicInbox::Config; use PublicInbox::Inbox; my $have_xml_feed = eval { require XML::Feed; 1 }; use PublicInbox::TestCommon; @@ -29,7 +27,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;