mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-26 10:01:28 +08:00
fix #1592: report html display url
This commit is contained in:
@@ -188,7 +188,7 @@ func (r *requestBuilder) prepareUrlParams(stepVariables map[string]interface{})
|
||||
r.req.Host = u.Host
|
||||
|
||||
// update url
|
||||
r.requestMap["url"] = u
|
||||
r.requestMap["url"] = u.String()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user