diff options
Diffstat (limited to 'tests/data/test63')
-rw-r--r-- | tests/data/test63 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test63 b/tests/data/test63 index 4270da700..bf8ebfcf8 100644 --- a/tests/data/test63 +++ b/tests/data/test63 @@ -31,7 +31,7 @@ HTTP with proxy authorization set in environment http_proxy=http://fake:user@%HOSTIP:%HTTPPORT/ </setenv> <command> -http://we.want.that.site.com/63 +http://we.want.that.site.com/%TESTNUMBER </command> <features> proxy @@ -41,7 +41,7 @@ proxy # Verify data after the test has been "shot" <verify> <protocol> -GET http://we.want.that.site.com/63 HTTP/1.1
+GET http://we.want.that.site.com/%TESTNUMBER HTTP/1.1
Host: we.want.that.site.com
Proxy-Authorization: Basic ZmFrZTp1c2Vy
User-Agent: curl/%VERSION
|