Merge branch 'session_refactor' into 'master'

feat: 优化errorCode报错, status code统一200

See merge request iesqa/httprunner!112
This commit is contained in:
李隆
2025-06-30 11:10:35 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ func NewDriverSession() *DriverSession {
client: &http.Client{
Timeout: timeout,
},
maxRetry: 5,
maxRetry: 1,
}
session.Reset()
return session