diff options
Diffstat (limited to 'tests/data/test1250')
-rw-r--r-- | tests/data/test1250 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1250 b/tests/data/test1250 index d48e90a98..4c47cf2b1 100644 --- a/tests/data/test1250 +++ b/tests/data/test1250 @@ -33,14 +33,14 @@ Access a non-proxied host with using the combination of http_proxy env var and - http_proxy=http://dummy:%PROXYPORT/ </setenv> <command> -http://user:secret@%HOSTIP:%HTTPPORT/1250 --noproxy %HOSTIP --max-time 5 +http://user:secret@%HOSTIP:%HTTPPORT/%TESTNUMBER --noproxy %HOSTIP --max-time 5 </command> </client> # Verify data after the test has been "shot" <verify> <protocol> -GET /1250 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Authorization: Basic dXNlcjpzZWNyZXQ=
User-Agent: curl/%VERSION
|