diff options
Diffstat (limited to 'tests/data/test85')
-rw-r--r-- | tests/data/test85 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test85 b/tests/data/test85 index 6b91a1906..afddd9ca6 100644 --- a/tests/data/test85 +++ b/tests/data/test85 @@ -34,7 +34,7 @@ http HTTP over proxy with site and proxy authentication </name> <command> -http://%HOSTIP:%HTTPPORT/we/want/that/page/85 -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user testing:this +http://%HOSTIP:%HTTPPORT/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT --user iam:myself --proxy-user testing:this </command> <features> proxy @@ -45,7 +45,7 @@ proxy # Verify data after the test has been "shot" <verify> <protocol> -GET http://%HOSTIP:%HTTPPORT/we/want/that/page/85 HTTP/1.1
+GET http://%HOSTIP:%HTTPPORT/we/want/that/page/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Proxy-Authorization: Basic dGVzdGluZzp0aGlz
Authorization: Basic aWFtOm15c2VsZg==
|