X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fhtml_index.t;h=2f4b4d1b71747b2b42227677f46dc1f072c540aa;hb=1bbfab375438f149dcff9047dd0c5ed3a08eed53;hp=d31b68c0def3a34f20c5b68cf356f11f4d3b8b60;hpb=3d41aa23f35501ca92aab8aa42980fa73f7fa74f;p=public-inbox.git diff --git a/t/html_index.t b/t/html_index.t index d31b68c0..2f4b4d1b 100644 --- a/t/html_index.t +++ b/t/html_index.t @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2018 all contributors +# Copyright (C) 2014-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -14,7 +14,7 @@ my $git_dir = "$tmpdir/gittest"; my $ibx = PublicInbox::Inbox->new({ address => 'test@example', name => 'tester', - mainrepo => $git_dir, + inboxdir => $git_dir, url => 'http://example.com/test', }); my $git = $ibx->git;