diff --git a/pytest_reporter_html1/templates/html1/module.html b/pytest_reporter_html1/templates/html1/module.html index f2bb557..1fdc046 100644 --- a/pytest_reporter_html1/templates/html1/module.html +++ b/pytest_reporter_html1/templates/html1/module.html @@ -110,7 +110,7 @@

{% for phase in test.phases if phase.call.excinfo %}
-
{{ phase.call.excinfo.getrepr(style='no', chain=False) }}
+
{{ phase.call.excinfo.exconly(tryshort=True) }}
{% endfor %}