mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-20 15:50:47 +08:00
change: remove unused methods
This commit is contained in:
@@ -42,7 +42,7 @@ func clearAppHandler(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
err = dExt.GetDriver().Clear(appClearReq.PackageName)
|
||||
err = dExt.Driver.AppClear(appClearReq.PackageName)
|
||||
if err != nil {
|
||||
log.Err(err).Msg(fmt.Sprintf("[%s]: failed to unlick screen", c.HandlerName()))
|
||||
c.JSON(http.StatusInternalServerError,
|
||||
|
||||
Reference in New Issue
Block a user