summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/it_url.t4
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'
);