about summary refs log tree commit homepage
path: root/t/view.t
diff options
context:
space:
mode:
Diffstat (limited to 't/view.t')
-rw-r--r--t/view.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/view.t b/t/view.t
index ef7d6958..07829543 100644
--- 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 {[]},