mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-28 02:51:42 +08:00
Merge branch 'session_refactor' into 'master'
feat: 优化errorCode报错, status code统一200 See merge request iesqa/httprunner!112
This commit is contained in:
@@ -46,7 +46,7 @@ func NewDriverSession() *DriverSession {
|
||||
client: &http.Client{
|
||||
Timeout: timeout,
|
||||
},
|
||||
maxRetry: 5,
|
||||
maxRetry: 1,
|
||||
}
|
||||
session.Reset()
|
||||
return session
|
||||
|
||||
Reference in New Issue
Block a user