aboutsummaryrefslogtreecommitdiff
path: root/trunks.go
diff options
context:
space:
mode:
Diffstat (limited to 'trunks.go')
-rw-r--r--trunks.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunks.go b/trunks.go
index f1563e5..b566a05 100644
--- a/trunks.go
+++ b/trunks.go
@@ -192,6 +192,7 @@ func (trunks *Trunks) RunHttp(req *RunRequest) (res *RunResponse, err error) {
if origHttpTarget.Run == nil {
req.Target.BaseUrl = origTarget.BaseUrl
req.Target.Name = origTarget.Name
+ req.HttpTarget.ConvertParams = origHttpTarget.ConvertParams
res, err = trunks.runHttpTarget(req)
} else {
req := generateRunRequest(trunks.Env, req, origTarget, origHttpTarget)