X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fperf-msgview.t;h=599808390b6d9a8b70ddca4e492c04ff3bd7b143;hb=ec6d2dc31406378f77aa681017083fe8e98b4df9;hp=d99101a30de67d4ac7a28ba93c981a7a672823a2;hpb=eeeae20893a2595631359e719eadac9686572734;p=public-inbox.git diff --git a/xt/perf-msgview.t b/xt/perf-msgview.t index d99101a3..59980839 100644 --- a/xt/perf-msgview.t +++ b/xt/perf-msgview.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -29,7 +29,7 @@ select($vec, undef, undef, 60) or die "timed out waiting for --batch-check"; my $ctx = { env => { HTTP_HOST => 'example.com', 'psgi.url_scheme' => 'https' }, - -inbox => $ibx, + ibx => $ibx, www => Plack::Util::inline_object(style => sub {''}), }; my ($mime, $res, $oid, $type);