mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-14 04:09:38 +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