Fix the go test
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Action / Go.pm
index 9c7f3e6..23ea06a 100644 (file)
@@ -63,7 +63,7 @@ sub go_die : Local {
 
 sub go_chained : Local {
     my ( $self, $c, $val ) = @_;
-    $c->go('/action/chained/foo/spoon',[1]);
+    $c->go('/action/chained/foo/spoon', ['captureme'], [qw/arg1 arg2/]);
 }
 
 sub view : Local {