mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 20:38:44 +08:00
change: use pointer type for TStep.Request
This commit is contained in:
@@ -49,7 +49,7 @@ type TValidator struct {
|
||||
|
||||
type TStep struct {
|
||||
Name string `json:"name"`
|
||||
Request TRequest `json:"request"`
|
||||
Request *TRequest `json:"request"`
|
||||
Variables Variables `json:"variables"`
|
||||
SetupHooks []string `json:"setup_hooks"`
|
||||
TeardownHooks []string `json:"teardown_hooks"`
|
||||
|
||||
Reference in New Issue
Block a user