mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-10 23:12:41 +08:00
fix: add missing action options
This commit is contained in:
@@ -160,7 +160,7 @@ func (dExt *XTDriver) ExecuteAction(ctx context.Context, action option.MobileAct
|
||||
subActionResult.SessionData = dExt.GetSession().GetData(true) // reset after getting data
|
||||
|
||||
log.Debug().Str("tool", string(tool.Name())).
|
||||
Msg("execute action via MCP tool")
|
||||
Msg("executed action via MCP tool")
|
||||
return []*SubActionResult{subActionResult}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user