about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--t/indexlevels-mirror.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/indexlevels-mirror.t b/t/indexlevels-mirror.t
index 57a776f7..ce138fee 100644
--- a/t/indexlevels-mirror.t
+++ b/t/indexlevels-mirror.t
@@ -79,7 +79,7 @@ sub import_index_incremental {
         # read-only access
         my $ro_mirror = PublicInbox::Inbox->new({
                 mainrepo => $mirror,
-                indexlevel => 'basic'
+                indexlevel => $level,
         });
         ($nr, $msgs) = $ro_mirror->recent;
         is($nr, 1, 'only one message, so far');