diff options
Diffstat (limited to 'tests/data/test59')
-rw-r--r-- | tests/data/test59 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test59 b/tests/data/test59 index 4056e5234..809e4723d 100644 --- a/tests/data/test59 +++ b/tests/data/test59 @@ -27,7 +27,7 @@ http HTTP URL with slash but with "parameter" </name> <command> -"http://%HOSTIP:%HTTPPORT?mooo/59" +"http://%HOSTIP:%HTTPPORT?mooo/%TESTNUMBER" </command> </client> @@ -35,7 +35,7 @@ HTTP URL with slash but with "parameter" # Verify data after the test has been "shot" <verify> <protocol> -GET /?mooo/59 HTTP/1.1
+GET /?mooo/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|