diff options
Diffstat (limited to 'tests/data/test710')
-rw-r--r-- | tests/data/test710 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test710 b/tests/data/test710 index ba803cbce..5302022fe 100644 --- a/tests/data/test710 +++ b/tests/data/test710 @@ -37,7 +37,7 @@ socks5 HTTP GET via SOCKS5 set with --proxy </name> <command> -http://%HOSTIP:%HTTPPORT/710 --proxy socks5://%HOSTIP:%SOCKSPORT +http://%HOSTIP:%HTTPPORT/%TESTNUMBER --proxy socks5://%HOSTIP:%SOCKSPORT </command> </client> @@ -45,7 +45,7 @@ http://%HOSTIP:%HTTPPORT/710 --proxy socks5://%HOSTIP:%SOCKSPORT # Verify data after the test has been "shot" <verify> <protocol> -GET /710 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|