summaryrefslogtreecommitdiff
path: root/tests/data/test1284
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1284')
-rw-r--r--tests/data/test12848
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1284 b/tests/data/test1284
index 4509a9b91..dd2d8b8b7 100644
--- a/tests/data/test1284
+++ b/tests/data/test1284
@@ -60,23 +60,23 @@ HTTP POST --digest with user-specified Content-Length header
# even when there is a user-specified Content-Length header.
# https://github.com/curl/curl/pull/1242
<command>
--H "Content-Length: 11" -u auser:apasswd --digest -d "junkelijunk" http://%HOSTIP:%HTTPPORT/1284
+-H "Content-Length: 11" -u auser:apasswd --digest -d "junkelijunk" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol nonewline="yes">
-POST /1284 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 0
Content-Type: application/x-www-form-urlencoded
-POST /1284 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/1284", response="5763079608de439072861a59ac733515"
+Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER", response="5763079608de439072861a59ac733515"
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 11