mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-06 16:07:45 +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.URL = u
|
||||||
r.req.Host = u.Host
|
r.req.Host = u.Host
|
||||||
|
|
||||||
|
// update url
|
||||||
|
r.requestMap["url"] = u
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user