mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 14:29:44 +08:00
fix: ensure HTTP request method in uppper case
This commit is contained in:
@@ -559,7 +559,7 @@ func (r *SessionRunner) Start(givenVars map[string]interface{}) error {
|
||||
|
||||
// check if failfast
|
||||
if r.caseRunner.hrpRunner.failfast {
|
||||
return errors.Wrap(err, "abort running due to failfast setting")
|
||||
return errors.New("abort running due to failfast setting")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user