X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_response_print.t;h=96fc5f658d9b1f753416f2932ba1cfe0bc9a189a;hb=361b200364e49a6942316897e1e45d6c7663dfa7;hp=6c985b3ee552d31582333140bfaa56b45cc43f43;hpb=9af4ee013b23e7241d4664ea39952fa3b20f4b7f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_engine_response_print.t b/t/aggregate/live_engine_response_print.t index 6c985b3..96fc5f6 100644 --- a/t/aggregate/live_engine_response_print.t +++ b/t/aggregate/live_engine_response_print.t @@ -17,6 +17,6 @@ for my $action ( sort keys %{$expected} ) { ok( my $response = request('http://localhost/engine/response/print/' . $action ), 'Request' ); ok( $response->is_success, "Response $action successful 2xx" ); - + is( $response->content, $expected->{$action}, "Content $action OK" ); }