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=7064f69b1dfb59d1f3bad647b2097d0320acce8a;hpb=9c8b81a2bc9a9007be8a6bcb19b0c74a21c39951 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} ) {