mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 03:47:35 +08:00
fix: report html display the value of the url instead of variables
This commit is contained in:
@@ -187,6 +187,9 @@ func (r *requestBuilder) prepareUrlParams(stepVariables map[string]interface{})
|
||||
r.req.URL = u
|
||||
r.req.Host = u.Host
|
||||
|
||||
// update url
|
||||
r.requestMap["url"] = u
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user