X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_response_print.t;h=6c985b3ee552d31582333140bfaa56b45cc43f43;hp=ad00ea3711d55125b53cfa4c9d772d8fbac5056d;hb=82010ea176741c7a4f2baf3f6f27377b1d9f6b15;hpb=ae29b412955743885e80350085167b54b69672da diff --git a/t/aggregate/live_engine_response_print.t b/t/aggregate/live_engine_response_print.t index ad00ea3..6c985b3 100644 --- a/t/aggregate/live_engine_response_print.t +++ b/t/aggregate/live_engine_response_print.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -12,7 +10,7 @@ use Catalyst::Test 'TestApp'; my $expected = { one => "foo", two => "foobar", - three => "foo,bar,baz", + three => "foo,bar,baz:", }; for my $action ( sort keys %{$expected} ) {