Append $\ in Catalyst::Response->print
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_response_print.t
index ad00ea3..4e8f024 100644 (file)
@@ -12,7 +12,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} ) {