diff --git a/lib/core/target.py b/lib/core/target.py index 186c0641f..d411fb014 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -96,7 +96,7 @@ def __setRequestParams(): result += parts[j] if i == j: result += "*" - conf.paramDict["URI"]["#%d" % (i+1)] = result + conf.paramDict["URI"]["#%d*" % (i+1)] = result conf.url = conf.url.replace("*", str()) __testableParameters = True