diff options
Diffstat (limited to 'tests/data/test1110')
-rw-r--r-- | tests/data/test1110 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1110 b/tests/data/test1110 index 50bd4d20c..a363fef9c 100644 --- a/tests/data/test1110 +++ b/tests/data/test1110 @@ -27,7 +27,7 @@ http HTTP GET with URL that contains a fragment after the query part </name> <command> -http://%HOSTIP:%HTTPPORT/1110?q=foobar#fragment +http://%HOSTIP:%HTTPPORT/%TESTNUMBER?q=foobar#fragment </command> </client> @@ -35,7 +35,7 @@ http://%HOSTIP:%HTTPPORT/1110?q=foobar#fragment # Verify data after the test has been "shot" <verify> <protocol> -GET /1110?q=foobar HTTP/1.1
+GET /%TESTNUMBER?q=foobar HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|