]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/perf-msgview.t
update copyrights for 2021
[public-inbox.git] / xt / perf-msgview.t
index d99101a30de67d4ac7a28ba93c981a7a672823a2..599808390b6d9a8b70ddca4e492c04ff3bd7b143 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2020 all contributors <meta@public-inbox.org>
+# Copyright (C) 2019-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 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);