Skip to content

Commit

Permalink
fix t/03_route_handler/02_before_filter.t accordingly to relative red…
Browse files Browse the repository at this point in the history
…irects
  • Loading branch information
Alexis Sukrieh committed Apr 1, 2011
1 parent 9e86053 commit 5d394c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/03_route_handler/02_before_filter.t
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ response_content_is $request, 'index',
"which is the result of a redirection to /";

response_headers_are_deeply [GET => '/redirect_from'], [
'Location' => 'http://localhost/redirect_to',
'Location' => '/redirect_to',
'Content-Type' => 'text/xhtml',
];

Expand Down

0 comments on commit 5d394c3

Please sign in to comment.