X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fhttpd.t;h=f33c0969b5f4bf2174af6fd1ffc6ae14c157969c;hb=4db4bfa2c9178b315d2ac09cff794a4476ba1f6e;hp=c2e73608c90122c5a77246aca238a940929c740a;hpb=193e9a586d49fb111fd201f491b1ad0be4e386b3;p=public-inbox.git diff --git a/t/httpd.t b/t/httpd.t index c2e73608..f33c0969 100644 --- a/t/httpd.t +++ b/t/httpd.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2018 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -57,7 +57,7 @@ Date: Thu, 01 Jan 1970 06:06:06 +0000 nntp EOF - $mime->header_set('List-Id', "<$addr>"); + my $git = PublicInbox::Git->new($maindir); my $im = PublicInbox::Import->new($git, 'test', $addr); $im->add($mime);