mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 06:49:45 +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