change: remove session data success

This commit is contained in:
lilong.129
2024-11-19 20:52:35 +08:00
parent b968e7be61
commit 3e9d4fee9e
4 changed files with 1 additions and 6 deletions

View File

@@ -427,7 +427,6 @@ func runStepRequest(r *SessionRunner, step IStep) (stepResult *StepResult, err e
err = respObj.Validate(stepRequest.Validators, stepRequest.Variables)
sessionData.Validators = respObj.validationResults
if err == nil {
sessionData.Success = true
stepResult.Success = true
}
stepResult.ContentSize = resp.ContentLength