summaryrefslogtreecommitdiff
path: root/tests/data/test4
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test4')
-rw-r--r--tests/data/test46
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test4 b/tests/data/test4
index 271b1ebe7..c0b4f05d3 100644
--- a/tests/data/test4
+++ b/tests/data/test4
@@ -30,7 +30,7 @@ http
Replaced internal and added custom HTTP headers
</name>
<command>
- -H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:" -H "X-Test2: foo;" -H "X-Test3: " -H "X-Test4; " -H "X-Test5;ignored" http://%HOSTIP:%HTTPPORT/4 http://%HOSTIP:%HTTPPORT/4
+ -H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:" -H "X-Test2: foo;" -H "X-Test3: " -H "X-Test4; " -H "X-Test5;ignored" http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
</client>
@@ -38,7 +38,7 @@ Replaced internal and added custom HTTP headers
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /4 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
extra-header: here
@@ -47,7 +47,7 @@ X-Custom-Header:
X-Test: foo;
X-Test2: foo;
-GET /4 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
extra-header: here