]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/view.t
www: allow including links to NNTP sites in HTML footer
[public-inbox.git] / t / view.t
index 4fdd15180cc45983630c6f2aa4f2b34f519f4704..46fbe410d6810019271a89aac8ba9d772ce8acb4 100644 (file)
--- a/t/view.t
+++ b/t/view.t
@@ -25,7 +25,9 @@ my $ctx = {
        -inbox => Plack::Util::inline_object(
                name => 'test',
                search => sub { undef },
+               base_url => sub { 'http://example.com/' },
                cloneurl => sub {[]},
+               nntp_url => sub {[]},
                description => sub { '' }),
 };
 $ctx->{-inbox}->{-primary_address} = 'test@example.com';