mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 15:31:23 +08:00
fix: remove unused method
This commit is contained in:
@@ -74,10 +74,6 @@ func (req *Request) PATCH(url string) *RequestWithOptionalArgs {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (req *Request) Run() error {
|
|
||||||
return req.TStep.Run()
|
|
||||||
}
|
|
||||||
|
|
||||||
// implements IStep interface
|
// implements IStep interface
|
||||||
type RequestWithOptionalArgs struct {
|
type RequestWithOptionalArgs struct {
|
||||||
*TStep
|
*TStep
|
||||||
|
|||||||
Reference in New Issue
Block a user