X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_engine_response_cookies.t;h=e87bb1d846187e04d312f1c6b20e2d8c2edff4dc;hb=7a7d7af5e9a6ba3cd59dab7995114c10216143f3;hp=769d9a2099f06f31eb25e0e751890d9e6e852f43;hpb=38b304cdbe60a26fc3ae4bd3c02d2a9a865f16e9;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_engine_response_cookies.t b/t/live_engine_response_cookies.t index 769d9a2..e87bb1d 100644 --- a/t/live_engine_response_cookies.t +++ b/t/live_engine_response_cookies.t @@ -37,7 +37,7 @@ my $expected = { ok( my $response = request('http://localhost/engine/response/cookies/two'), 'Request' ); ok( $response->is_redirect, 'Response Redirection 3xx' ); - is( $response->code, 301, 'Response Code' ); + is( $response->code, 302, 'Response Code' ); is( $response->header('X-Catalyst-Action'), 'engine/response/cookies/two', 'Test Action' );