about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-02 07:56:34 +0000
committerEric Wong <e@80x24.org>2016-07-02 07:57:27 +0000
commite358bd7a3833f8c5bf9db57d228888f9c5f3692e (patch)
tree4822b8d06e92f78ea3861d83f8c999015ccae397 /t
parent0f9091f381191484f1a5ed5189d23cbfa88de6fc (diff)
downloadpublic-inbox-e358bd7a3833f8c5bf9db57d228888f9c5f3692e.tar.gz
This is lighter and we can work further towards eliminating
our Plack::Request dependency entirely.
Diffstat (limited to '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 4fdd1518..4cee4395 100644
--- a/t/view.t
+++ b/t/view.t
@@ -25,6 +25,7 @@ my $ctx = {
         -inbox => Plack::Util::inline_object(
                 name => 'test',
                 search => sub { undef },
+                base_url => sub { 'http://example.com/' },
                 cloneurl => sub {[]},
                 description => sub { '' }),
 };