summaryrefslogtreecommitdiff
path: root/tests/data/test1229
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1229')
-rw-r--r--tests/data/test12298
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1229 b/tests/data/test1229
index 0cb45358a..06d81758e 100644
--- a/tests/data/test1229
+++ b/tests/data/test1229
@@ -59,21 +59,21 @@ crypto
HTTP with Digest authorization with user name needing escape
</name>
<command>
-http://%5cuser%22:password@%HOSTIP:%HTTPPORT/1229 --digest
+http://%5cuser%22:password@%HOSTIP:%HTTPPORT/%TESTNUMBER --digest
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1229 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /1229 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="\\user\"", realm="testrealm", nonce="1053604145", uri="/1229", response="f2694d426040712584c156d3de72b8d6"
+Authorization: Digest username="\\user\"", realm="testrealm", nonce="1053604145", uri="/%TESTNUMBER", response="f2694d426040712584c156d3de72b8d6"
User-Agent: curl/%VERSION
Accept: */*