diff options
author | Nathan Gass | 2017-08-16 15:33:50 +0200 |
---|---|---|
committer | Nathan Gass | 2017-08-16 15:33:50 +0200 |
commit | 30cec0d2b90d86b3e65902c419ca025916061136 (patch) | |
tree | 2fdf04782ff6829954e3cada8fcf3d9bbc881374 /tests/it_url.t | |
parent | 2d19ce1300556bd3140fc82658e4c57c11904cf1 (diff) | |
download | itools-30cec0d2b90d86b3e65902c419ca025916061136.tar.gz itools-30cec0d2b90d86b3e65902c419ca025916061136.tar.bz2 itools-30cec0d2b90d86b3e65902c419ca025916061136.zip |
test for a header which always exists
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' ); |