diff options
Diffstat (limited to 'tests/data/test245')
-rw-r--r-- | tests/data/test245 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test245 b/tests/data/test245 index 5750b4fa3..2d19f0ded 100644 --- a/tests/data/test245 +++ b/tests/data/test245 @@ -57,23 +57,23 @@ crypto HTTP POST --digest </name> <command> -http://%HOSTIP:%HTTPPORT/245 -u auser:apasswd --digest -d "junkelijunk" +http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --digest -d "junkelijunk" </command> </client> # Verify data after the test has been "shot" <verify> <protocol nonewline="yes"> -POST /245 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 /245 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/245", response="379a439b1737ba257c1d2f103914b18b"
+Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/%TESTNUMBER", response="379a439b1737ba257c1d2f103914b18b"
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 11
|