summaryrefslogtreecommitdiff
path: root/tests/data/test1428
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1428')
-rw-r--r--tests/data/test142810
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1428 b/tests/data/test1428
index 24cbcffa6..ac91fd2f5 100644
--- a/tests/data/test1428
+++ b/tests/data/test1428
@@ -50,7 +50,7 @@ http-proxy
HTTP over proxy-tunnel with --proxy-header and --header
</name>
<command>
-http://test.1428:%HTTPPORT/we/want/that/page/1428 -p -x %HOSTIP:%PROXYPORT --user 'iam:my:;self' --header "header-type: server" --proxy-header "header-type: proxy"
+http://test.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER -p -x %HOSTIP:%PROXYPORT --user 'iam:my:;self' --header "header-type: server" --proxy-header "header-type: proxy"
</command>
<features>
proxy
@@ -61,16 +61,16 @@ proxy
# Verify data after the test has been "shot"
<verify>
<proxy>
-CONNECT test.1428:%HTTPPORT HTTP/1.1
-Host: test.1428:%HTTPPORT
+CONNECT test.%TESTNUMBER:%HTTPPORT HTTP/1.1
+Host: test.%TESTNUMBER:%HTTPPORT
User-Agent: curl/%VERSION
Proxy-Connection: Keep-Alive
header-type: proxy
</proxy>
<protocol>
-GET /we/want/that/page/1428 HTTP/1.1
-Host: test.1428:%HTTPPORT
+GET /we/want/that/page/%TESTNUMBER HTTP/1.1
+Host: test.%TESTNUMBER:%HTTPPORT
Authorization: Basic aWFtOm15OjtzZWxm
User-Agent: curl/%VERSION
Accept: */*