fixing syntax

dev
Mzack9999 2020-10-23 10:55:52 +02:00
parent 08b048853f
commit fbc570775b
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ func (e *HTTPExecuter) ExecuteRaceRequest(reqURL string) *Result {
defer swg.Done()
// If the request was built correctly then execute it
err = e.handleHTTP(reqURL, httpRequest, dynamicvalues, result)
err = e.handleHTTP(reqURL, httpRequest, dynamicvalues, result, "")
if err != nil {
result.Error = errors.Wrap(err, "could not handle http request")
}