diff options
Diffstat (limited to 'tests/data/test303')
-rw-r--r-- | tests/data/test303 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test303 b/tests/data/test303 index 953177b7d..318cbe672 100644 --- a/tests/data/test303 +++ b/tests/data/test303 @@ -33,14 +33,14 @@ https HTTPS with 8 secs timeout </name> <command> --k https://%HOSTIP:%HTTPSPORT/want/303 -m 8 +-k https://%HOSTIP:%HTTPSPORT/want/%TESTNUMBER -m 8 </command> </client> # Verify data after the test has been "shot" <verify> <protocol> -GET /want/303 HTTP/1.1
+GET /want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPSPORT
User-Agent: curl/%VERSION
Accept: */*
|