mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 13:59:37 +08:00
refactor: IDriver
This commit is contained in:
@@ -15,7 +15,7 @@ func foregroundAppHandler(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
appInfo, err := dExt.GetForegroundApp()
|
||||
appInfo, err := dExt.ForegroundInfo()
|
||||
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