Signed-off-by: Binren Zhang <zhangbr@elab-plus.com>
@@ -16,7 +16,7 @@ def report_test():
try:
task_id = request.args.get('id', default=0, type=int)
report_push = ReportPush('bi_report')
- result = report_push.report_push_test(task_id)
+ result = report_push.report_push(task_id)
except Exception as e:
print(str(e))
result['error'] = str(e)