]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/nntp.t
rename {pi_config} fields to {pi_cfg}
[public-inbox.git] / t / nntp.t
index 3d2f524c4a7d4c704a0ee269256bfef8cd81dc52..b745886d062594f65613689027b24f2829478006 100644 (file)
--- 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,
        };