diff options
Diffstat (limited to 'tests/data/test152')
-rw-r--r-- | tests/data/test152 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test152 b/tests/data/test152 index 2c48b0379..a558ed596 100644 --- a/tests/data/test152 +++ b/tests/data/test152 @@ -29,14 +29,14 @@ http HTTP GET with an error code that might trick authentication and --fail </name> <command> -http://%HOSTIP:%HTTPPORT/152 --fail +http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail </command> </client> # Verify data after the test has been "shot" <verify> <protocol> -GET /152 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|