about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-07 01:44:45 +0000
committerEric Wong <e@80x24.org>2017-01-07 01:45:41 +0000
commitdccfcde0cd7e8c7340be0d976ee46ff563b58de0 (patch)
tree33d4e60e5830a4e3c0167c2c96d32b80c6de99c5 /t
parent3360a4deaef499211fa7dee368d07f0b26e49458 (diff)
downloadpublic-inbox-dccfcde0cd7e8c7340be0d976ee46ff563b58de0.tar.gz
I'm not sure if we'll ever support sharing a config file
with other tools, but maybe we will, and "limiter" is
too generic.
Diffstat (limited to 't')
-rw-r--r--t/config_limiter.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/config_limiter.t b/t/config_limiter.t
index 3c7ec557..486bfbe9 100644
--- a/t/config_limiter.t
+++ b/t/config_limiter.t
@@ -25,7 +25,7 @@ my $cfgpfx = "publicinbox.test";
 
 {
         my $config = PublicInbox::Config->new({
-                'limiter.named.max' => 3,
+                'publicinboxlimiter.named.max' => 3,
                 "$cfgpfx.address" => 'test@example.com',
                 "$cfgpfx.mainrepo" => '/path/to/non/existent',
                 "$cfgpfx.httpbackendmax" => 'named',