diff --git a/httprunner/templates/default_report_template.html b/httprunner/templates/default_report_template.html index 69e8e4db..96ec3f8c 100644 --- a/httprunner/templates/default_report_template.html +++ b/httprunner/templates/default_report_template.html @@ -177,7 +177,7 @@ Detail {% for record in records %} - + {{record.status}} {{record.name}} {{ '%0.1f'| format(record.response_time_ms|float) }} ms @@ -187,7 +187,7 @@ @@ -197,7 +197,7 @@