about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-27 18:45:43 +0000
committerEric Wong <e@80x24.org>2019-05-27 18:48:02 +0000
commit8e08a9ab966eb9c3281c861d0669a2db04442561 (patch)
tree776f6dbf451e39ad784e4d39bfeef1d87f13db0e
parent264d876489a52ac74df17ca969bb3188fba127b1 (diff)
downloadpublic-inbox-8e08a9ab966eb9c3281c861d0669a2db04442561.tar.gz
It did not cause a test failure because the default fallback
is `indexlevel=full'
-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 };