]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/view.t
www: use Inbox->over where appropriate
[public-inbox.git] / t / view.t
index ef7d6958aaa9f0c27e9d2125df0278c0b7b8d7b3..0782954305944857ddd59d69f9c5ff9d7a277c4a 100644 (file)
--- a/t/view.t
+++ b/t/view.t
@@ -13,6 +13,7 @@ my $ctx = {
        env => { HTTP_HOST => 'example.com', 'psgi.url_scheme' => 'http' },
        -inbox => Plack::Util::inline_object(
                name => 'test',
+               over => sub { undef },
                search => sub { undef },
                base_url => sub { 'http://example.com/' },
                cloneurl => sub {[]},