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 961b3d6a..938eef38 100644
--- a/t/nntp.t
+++ b/t/nntp.t
@@ -104,7 +104,7 @@ use_ok 'PublicInbox::Inbox';
                                         -primary_address => 'a@example.com',
                                         newsgroup => 'test',
                                         domain => 'example.com',
-                                        url => '//example.com/a'});
+                                        url => [ '//example.com/a' ]});
         is($ng->base_url, $u, 'URL expanded');
         my $mid = 'a@b';
         my $mime = Email::MIME->new("Message-ID: <$mid>\r\n\r\n");