commit | 7c87c1a6f39d8cc0fa50150b2631f319ad15f1ab | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Apr 28 12:35:55 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Tue Apr 28 12:39:53 2020 +0200 |
tree | 1124da98cef0158a597f0bc32e2c1dfc480f3cd5 | |
parent | 4cdc4fc5cc4d3d24f6e95bf6701e3436c3671872 [diff] [blame] |
Establish 'after_search' hook Change-Id: Iac65f683d49ee342680629b1637ebd8eb6f217d7
diff --git a/t/query.t b/t/query.t index 289cc2b..f228e57 100644 --- a/t/query.t +++ b/t/query.t
@@ -242,7 +242,7 @@ ; $t->app->hook( - before_dispatch => sub { + after_search => sub { my $c = shift; $c->content_for('after_search_results' => '<p id="special">Funny</p>'); }