mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-07 00:17:37 +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
|
||||
type RequestWithOptionalArgs struct {
|
||||
*TStep
|
||||
|
||||
Reference in New Issue
Block a user