]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/html_index.t
inbox: move field population logic to initializer
[public-inbox.git] / t / html_index.t
index 32d7b8de4383c01226f43c18c6695f5f522ebd2a..100d21a84feb5bb4715e4b769ec880458f82643c 100644 (file)
@@ -13,7 +13,6 @@ my $tmpdir = tempdir('pi-http-XXXXXX', TMPDIR => 1, CLEANUP => 1);
 my $git_dir = "$tmpdir/gittest";
 my $ibx = PublicInbox::Inbox->new({
        address => 'test@example',
-       -primary_address => 'test@example',
        name => 'tester',
        mainrepo => $git_dir,
        url => 'http://example.com/test',