mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
fix: validate script missing indents in html report
This commit is contained in:
@@ -305,7 +305,7 @@
|
||||
<th>validate script</th><th>exception</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{validate_script.validate_script | safe}}</td>
|
||||
<td><pre>{{validate_script.validate_script | safe}}</pre></td>
|
||||
{% if validate_script.check_result == "pass" %}
|
||||
<td class="passed">
|
||||
{% elif validate_script.check_result == "fail" %}
|
||||
|
||||
Reference in New Issue
Block a user