summaryrefslogtreecommitdiff
path: root/tests/data/test1095
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1095')
-rw-r--r--tests/data/test10958
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1095 b/tests/data/test1095
index 3e562b037..efb8413b2 100644
--- a/tests/data/test1095
+++ b/tests/data/test1095
@@ -59,21 +59,21 @@ crypto
HTTP with Digest and realm with quoted quotes
</name>
<command>
-http://%HOSTIP:%HTTPPORT/1095 -u testuser:testpass --digest
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:testpass --digest
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1095 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /1095 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="testuser", realm="test \"this\" realm!!", nonce="1053604145", uri="/1095", response="a1c7931ece9e8617bae2715045e4f49f"
+Authorization: Digest username="testuser", realm="test \"this\" realm!!", nonce="1053604145", uri="/%TESTNUMBER", response="a1c7931ece9e8617bae2715045e4f49f"
User-Agent: curl/%VERSION
Accept: */*