`make check' reveals this failure, but I normally use
the faster `make check-run' which doesn't.
Fixes: bbe582cdfa42 (view: fix addr2urlmap with Plack::Builder::mount, 2024-09-13)
HTTP_HOST => 'public-inbox.org',
'psgi.url_scheme' => 'https',
},
+ www => {
+ pi_cfg => {
+ -by_addr => { # for addr2urlmap
+ 'meta@public-inbox.org' => $ibx,
+ }
+ }
+ }
};
+ PublicInbox::View::addr2urlmap $ctx;
if ($dst eq 'NEWS.html') {
html_start($out, $ctx);
mime2html($out, $mime_latest, $ctx);