diff options
Diffstat (limited to 'tests/it_url.t')
-rwxr-xr-x | tests/it_url.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/it_url.t b/tests/it_url.t index 30bf7bc..70f0daf 100755 --- a/tests/it_url.t +++ b/tests/it_url.t @@ -141,8 +141,8 @@ is( '$url->result = 200' ); is( - $url->headers['Connection'], - 'close', + $url->headers['Server'], + 'Apache', '$url->headers correctly set' ); |