diff --git a/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/ProfileAction.groovy b/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/ProfileAction.groovy index 17ab4dc7fddc70..87fbd59eb32e59 100644 --- a/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/ProfileAction.groovy +++ b/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/ProfileAction.groovy @@ -41,7 +41,7 @@ class ProfileAction implements SuiteAction { } void check( - @ClosureParams(value = FromString, options = ["String"]) Closure check) { + @ClosureParams(value = FromString, options = ["String, Throwable"]) Closure check) { this.check = check }