summaryrefslogtreecommitdiff
path: root/tests/data/test2076
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test2076')
-rw-r--r--tests/data/test20768
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test2076 b/tests/data/test2076
index 5974286f6..646b7dfc8 100644
--- a/tests/data/test2076
+++ b/tests/data/test2076
@@ -51,21 +51,21 @@ crypto
HTTP with digest auth and URI contains query
</name>
<command>
-"http://%HOSTIP:%HTTPPORT/2076?query" -u testuser:testpass --digest
+"http://%HOSTIP:%HTTPPORT/%TESTNUMBER?query" -u testuser:testpass --digest
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /2076?query HTTP/1.1
+GET /%TESTNUMBER?query HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /2076?query HTTP/1.1
+GET /%TESTNUMBER?query HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="testuser", realm="testrealm", nonce="1", uri="/2076?query", response="5758bd3bbde7f33236e6ccd278eb59af"
+Authorization: Digest username="testuser", realm="testrealm", nonce="1", uri="/%TESTNUMBER?query", response="5758bd3bbde7f33236e6ccd278eb59af"
User-Agent: curl/%VERSION
Accept: */*