summaryrefslogtreecommitdiff
path: root/tests/data/test1904
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1904')
-rw-r--r--tests/data/test190410
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1904 b/tests/data/test1904
index f10814239..5254c6379 100644
--- a/tests/data/test1904
+++ b/tests/data/test1904
@@ -51,7 +51,7 @@ http-proxy
HTTP CONNECT with 204 response
</name>
<command>
-http://test.1904:%HTTPPORT/we/want/that/page/1904 -p --proxy %HOSTIP:%PROXYPORT
+http://test.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER -p --proxy %HOSTIP:%PROXYPORT
</command>
<features>
proxy
@@ -62,15 +62,15 @@ proxy
# Verify data after the test has been "shot"
<verify>
<proxy>
-CONNECT test.1904:%HTTPPORT HTTP/1.1
-Host: test.1904:%HTTPPORT
+CONNECT test.%TESTNUMBER:%HTTPPORT HTTP/1.1
+Host: test.%TESTNUMBER:%HTTPPORT
User-Agent: curl/%VERSION
Proxy-Connection: Keep-Alive
</proxy>
<protocol>
-GET /we/want/that/page/1904 HTTP/1.1
-Host: test.1904:%HTTPPORT
+GET /we/want/that/page/%TESTNUMBER HTTP/1.1
+Host: test.%TESTNUMBER:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*