diff options
Diffstat (limited to 'tests/data/test1257')
-rw-r--r-- | tests/data/test1257 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1257 b/tests/data/test1257 index 47822d303..82c61ee74 100644 --- a/tests/data/test1257 +++ b/tests/data/test1257 @@ -34,7 +34,7 @@ http_proxy=http://%HOSTIP:%HTTPPORT NO_PROXY=example.com </setenv> <command> -http://somewhere.example.com/1257 --noproxy "" +http://somewhere.example.com/%TESTNUMBER --noproxy "" </command> <features> proxy @@ -44,7 +44,7 @@ proxy # Verify data after the test has been "shot" <verify> <protocol> -GET http://somewhere.example.com/1257 HTTP/1.1
+GET http://somewhere.example.com/%TESTNUMBER HTTP/1.1
Host: somewhere.example.com
User-Agent: curl/%VERSION
Accept: */*
|