summaryrefslogtreecommitdiff
path: root/tests/data/test1204
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1204')
-rw-r--r--tests/data/test12046
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1204 b/tests/data/test1204
index 50738011c..9e8c2b6a0 100644
--- a/tests/data/test1204
+++ b/tests/data/test1204
@@ -55,19 +55,19 @@ http
HTTP with WWW-Authenticate and multiple auths in a single line
</name>
<command>
-http://%HOSTIP:%HTTPPORT/1204 -u testuser:testpass --anyauth
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:testpass --anyauth
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1204 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /1204 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
User-Agent: curl/%VERSION