diff --git a/request.go b/request.go index b7366396..a755faa9 100644 --- a/request.go +++ b/request.go @@ -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