about summary refs log tree commit homepage
path: root/t/nntp.t
diff options
context:
space:
mode:
Diffstat (limited to 't/nntp.t')
-rw-r--r--t/nntp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/nntp.t b/t/nntp.t
index 3d2f524c..b745886d 100644
--- a/t/nntp.t
+++ b/t/nntp.t
@@ -113,7 +113,7 @@ use PublicInbox::Config;
         my $mock_self = {
                 nntpd => {
                         servername => 'example.com',
-                        pi_config => bless {}, 'PublicInbox::Config',
+                        pi_cfg => bless {}, 'PublicInbox::Config',
                 },
                 ibx => $ibx,
         };