about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--t/v1reindex.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/v1reindex.t b/t/v1reindex.t
index 402ecd78..35275fb4 100644
--- a/t/v1reindex.t
+++ b/t/v1reindex.t
@@ -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 };