mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-22 00:32:11 +08:00
Merge branch 'master' into ios-wda
This commit is contained in:
@@ -190,7 +190,7 @@ func (api *apiHandler) Start(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
req := StartRequestBody{
|
||||
Profile: *api.boomer.GetProfile(),
|
||||
Profile: *boomer.NewProfile(),
|
||||
}
|
||||
err = mapstructure.Decode(data, &req)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user