]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v1reindex.t
nntp: fix LIST OVERVIEW.FMT ordering and format
[public-inbox.git] / t / v1reindex.t
index 402ecd783ade4adf44a6ae0d62751189909eba99..35275fb49bbdf15a4eef202093ce48db370a541e 100644 (file)
@@ -223,7 +223,7 @@ ok(!-d $xap, 'Xapian directories removed again');
        my @warn;
        local $SIG{__WARN__} = sub { push @warn, @_ };
        my %config = %$ibx_config;
-       $config{indexleve} = 'medium';
+       $config{indexlevel} = 'medium';
        my $ibx = PublicInbox::Inbox->new(\%config);
        my $rw = PublicInbox::SearchIdx->new($ibx, 1);
        eval { $rw->index_sync };