summaryrefslogtreecommitdiff
path: root/tests/data/test2050
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test2050')
-rw-r--r--tests/data/test205010
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test2050 b/tests/data/test2050
index 180ca0a0d..8d63a8d4b 100644
--- a/tests/data/test2050
+++ b/tests/data/test2050
@@ -51,7 +51,7 @@ Connect to specific host via HTTP proxy (switch to tunnel mode automatically)
</name>
<command>
-http://www.example.com.2050/2050 --connect-to ::connect.example.com.2050:%HTTPPORT -x %HOSTIP:%PROXYPORT
+http://www.example.com.%TESTNUMBER/%TESTNUMBER --connect-to ::connect.example.com.%TESTNUMBER:%HTTPPORT -x %HOSTIP:%PROXYPORT
</command>
<features>
proxy
@@ -62,15 +62,15 @@ proxy
# Verify data after the test has been "shot"
<verify>
<proxy>
-CONNECT connect.example.com.2050:%HTTPPORT HTTP/1.1
-Host: connect.example.com.2050:%HTTPPORT
+CONNECT connect.example.com.%TESTNUMBER:%HTTPPORT HTTP/1.1
+Host: connect.example.com.%TESTNUMBER:%HTTPPORT
User-Agent: curl/%VERSION
Proxy-Connection: Keep-Alive
</proxy>
<protocol>
-GET /2050 HTTP/1.1
-Host: www.example.com.2050
+GET /%TESTNUMBER HTTP/1.1
+Host: www.example.com.%TESTNUMBER
User-Agent: curl/%VERSION
Accept: */*