X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_attributes.t;h=9f8e8c7c48b3318fe41ea2a337a392e4abdc82df;hb=41e7bd481acdafb23e08381f98c9e3732950bdc0;hp=d991b79ec78178db717ba734f516f2946a4d148f;hpb=0b0aee670c39f8cb8f140eb62de9bfaf2c343a24;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_component_controller_attributes.t b/t/aggregate/live_component_controller_attributes.t index d991b79..9f8e8c7 100644 --- a/t/aggregate/live_component_controller_attributes.t +++ b/t/aggregate/live_component_controller_attributes.t @@ -17,7 +17,7 @@ sub ok_actions { (map { "TestApp::Controller::Attributes->$_" } @$actions), 'TestApp::Controller::Root->end'; is( $response->header('x-catalyst-executed') => $expected, - $msg//'Executed correct acitons'); + $msg || 'Executed correct acitons'); } ok( my $response = request('http://localhost/attributes/view'),