summaryrefslogtreecommitdiff
path: root/tests/data/test2067
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test2067')
-rw-r--r--tests/data/test20678
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test2067 b/tests/data/test2067
index 0ae407606..4fdd4dcbb 100644
--- a/tests/data/test2067
+++ b/tests/data/test2067
@@ -60,23 +60,23 @@ HTTP POST --digest with SHA256 and 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/2067
+-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 /2067 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 /2067 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/2067", response="67b97af219c92fa7e8685e5bebb8e74892f6c6792e911c52bd2dfbf0b49272eb", algorithm=SHA-256
+Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER", response="67b97af219c92fa7e8685e5bebb8e74892f6c6792e911c52bd2dfbf0b49272eb", algorithm=SHA-256
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 11