t/v1reindex.t | 2 +- diff --git a/t/v1reindex.t b/t/v1reindex.t index 402ecd783ade4adf44a6ae0d62751189909eba99..35275fb49bbdf15a4eef202093ce48db370a541e 100644 --- a/t/v1reindex.t +++ b/t/v1reindex.t @@ -223,7 +223,7 @@ { 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 };