]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/config_limiter.t
remove hard Devel::Peek dependency and lazy load for daemons
[public-inbox.git] / t / config_limiter.t
index 85a71257b7544d33e1e138b82e0689c92782f11f..b18951a61a2f5c8f4f664fd7f80078b44fb8a26e 100644 (file)
@@ -38,7 +38,6 @@ my $cfgpfx = "publicinbox.test";
        ok($lim, 'Limiter exists');
        is($lim->{max}, 3, 'limiter has expected slots');
        $ibx->{git} = undef;
-       PublicInbox::Inbox::cleanup_task;
        my $new = $ibx->git;
        isnt($old, "$new", 'got new Git object');
        is("$new->{-httpbackend_limiter}", "$lim", 'same limiter');