mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
fix: lint warning
This commit is contained in:
@@ -997,9 +997,10 @@ func (wd *wdaDriver) GetDriverResults() []*DriverResult {
|
||||
return wd.Driver.driverResults
|
||||
}
|
||||
|
||||
func (wd *wdaDriver) TearDown() {
|
||||
func (wd *wdaDriver) TearDown() error {
|
||||
wd.mjpegClient.CloseIdleConnections()
|
||||
wd.client.CloseIdleConnections()
|
||||
return nil
|
||||
}
|
||||
|
||||
type rawResponse []byte
|
||||
|
||||
Reference in New Issue
Block a user