summaryrefslogtreecommitdiff
path: root/tests/data/test2065
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test2065')
-rw-r--r--tests/data/test20658
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test2065 b/tests/data/test2065
index f352e6bcc..3d7afea25 100644
--- a/tests/data/test2065
+++ b/tests/data/test2065
@@ -59,21 +59,21 @@ crypto
HTTP with RFC7616 Digest authorization with bad password, SHA-512-256 and userhash=false
</name>
<command>
-http://%HOSTIP:%HTTPPORT/2065 -u testuser:test2pass --digest
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:test2pass --digest
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /2065 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /2065 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="testuser", realm="testrealm", nonce="2053604145", uri="/2065", response="5a5f20b0e601aeddc6f96422c2332d49ff431c49ab143b5f836ef76e9ac78f5e", algorithm=SHA-512-256
+Authorization: Digest username="testuser", realm="testrealm", nonce="2053604145", uri="/%TESTNUMBER", response="5a5f20b0e601aeddc6f96422c2332d49ff431c49ab143b5f836ef76e9ac78f5e", algorithm=SHA-512-256
User-Agent: curl/%VERSION
Accept: */*