Skip to content

Commit

Permalink
fix: headers in http scenarios are not expended
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudMarieGallardoTFS committed Nov 25, 2021
1 parent d6b3607 commit 883221a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocktest/rocktest/scenario/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ func (module *Module) httpReq(params map[string]interface{}, meth string, scenar
return err
}

headers, err := scenario.GetMap(params, "headers", nil)
headers, err := scenario.GetMap(paramsEx, "headers", nil)

if err == nil {
for k, v := range headers {
Expand Down

0 comments on commit 883221a

Please sign in to comment.