diff options
Diffstat (limited to 'tests/data/test1432')
-rw-r--r-- | tests/data/test1432 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1432 b/tests/data/test1432 index eeddcfdeb..ab76e94b0 100644 --- a/tests/data/test1432 +++ b/tests/data/test1432 @@ -34,7 +34,7 @@ http HTTP GET with 100-digit response code and survive </name> <command> -http://%HOSTIP:%HTTPPORT/1432 +http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> @@ -42,7 +42,7 @@ http://%HOSTIP:%HTTPPORT/1432 # Verify data after the test has been "shot" <verify> <protocol> -GET /1432 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|