summaryrefslogtreecommitdiff
path: root/tests/data/test183
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test183')
-rw-r--r--tests/data/test1836
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test183 b/tests/data/test183
index 191844157..77d9d04f7 100644
--- a/tests/data/test183
+++ b/tests/data/test183
@@ -28,7 +28,7 @@ http
HTTP GET two URLs over a single proxy with persistent connection
</name>
<command>
-http://deathstar.another.galaxy/183 http://a.galaxy.far.far.away/183 --proxy http://%HOSTIP:%HTTPPORT
+http://deathstar.another.galaxy/%TESTNUMBER http://a.galaxy.far.far.away/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT
</command>
<features>
proxy
@@ -38,13 +38,13 @@ proxy
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET http://deathstar.another.galaxy/183 HTTP/1.1
+GET http://deathstar.another.galaxy/%TESTNUMBER HTTP/1.1
Host: deathstar.another.galaxy
User-Agent: curl/%VERSION
Accept: */*
Proxy-Connection: Keep-Alive
-GET http://a.galaxy.far.far.away/183 HTTP/1.1
+GET http://a.galaxy.far.far.away/%TESTNUMBER HTTP/1.1
Host: a.galaxy.far.far.away
User-Agent: curl/%VERSION
Accept: */*