diff options
Diffstat (limited to 'tests/data/test174')
-rw-r--r-- | tests/data/test174 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test174 b/tests/data/test174 index e5a9d6fcb..d8090c5d5 100644 --- a/tests/data/test174 +++ b/tests/data/test174 @@ -29,14 +29,14 @@ http HTTP POST --anyauth to server not requiring any auth at all </name> <command> -http://%HOSTIP:%HTTPPORT/174 -u testuser:testpass --anyauth -d "junkelijunk" +http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:testpass --anyauth -d "junkelijunk" </command> </client> # Verify data after the test has been "shot" <verify> <protocol nonewline="yes"> -POST /174 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|