Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbdaae commit 1f7644aCopy full SHA for 1f7644a
1 file changed
lib/core/target.py
@@ -167,6 +167,7 @@ def _setRequestParams():
167
paramDict = paramToDict(PLACE.GET, parameters)
168
169
if paramDict:
170
+ conf.url = conf.url.split('?')[0]
171
conf.paramDict[PLACE.GET] = paramDict
172
testableParameters = True
173
continue
0 commit comments