]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/cgi.t
index: v2: parallel by default
[public-inbox.git] / t / cgi.t
diff --git a/t/cgi.t b/t/cgi.t
index d1f971504efb43aaf26b2681087278f57460e5f4..366d6594bb007ca2f36d0e69b74b52db9410fe98 100644 (file)
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -39,7 +39,7 @@ use_ok 'PublicInbox::InboxWritable';
 use_ok 'PublicInbox::Config';
 my $cfg = PublicInbox::Config->new($pi_config);
 my $ibx = $cfg->lookup_name('test');
-my $im = PublicInbox::InboxWritable->new($ibx)->importer;
+my $im = PublicInbox::InboxWritable->new($ibx)->importer(0);
 
 {
        local $ENV{HOME} = $home;