diff --git a/t/View/TT.t b/t/View/TT.t index 118654fc..378bbbdb 100644 --- a/t/View/TT.t +++ b/t/View/TT.t @@ -22,7 +22,7 @@ require Hydra::View::TT; # there is no other reason to call /. require Catalyst::Test; Catalyst::Test->import('Hydra'); -my($_, $c) = ctx_request('/'); +my ($_request, $c) = ctx_request('/'); my $project = $db->resultset('Projects')->create({name => "tests", displayname => "", owner => "root"});