diff options
Diffstat (limited to 'test/it_url.t')
-rwxr-xr-x | test/it_url.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/it_url.t b/test/it_url.t index 71469a8..b86f711 100755 --- a/test/it_url.t +++ b/test/it_url.t @@ -143,7 +143,7 @@ ok( ); is( $response['status'], - '200', + 200, 'Reponse status = 200' ); is( |