X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Ffeed.t;h=5333d5827985419908bb1bf8a6ec782a4f5060a8;hb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;hp=97468c730f0dc242cf06484cecb72adc70c1cdef;hpb=3c313f9034aac96182e2efdc2f92c40803626f32;p=public-inbox.git diff --git a/t/feed.t b/t/feed.t index 97468c73..5333d582 100644 --- a/t/feed.t +++ b/t/feed.t @@ -1,13 +1,11 @@ -# Copyright (C) 2014-2019 all contributors +# Copyright (C) 2014-2020 all contributors # License: AGPL-3.0+ use strict; 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;