summaryrefslogtreecommitdiff
path: root/tests/topotests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/conftest.py')
-rwxr-xr-xtests/topotests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/conftest.py b/tests/topotests/conftest.py
index d46c52a4c4..04e9961f10 100755
--- a/tests/topotests/conftest.py
+++ b/tests/topotests/conftest.py
@@ -48,7 +48,7 @@ def pytest_assertrepr_compare(op, left, right):
if not isinstance(json_result, json_cmp_result):
return None
- return json_result.errors
+ return json_result.gen_report()
def pytest_configure(config):