diff --git a/framework/python/src/common/testreport.py b/framework/python/src/common/testreport.py index 427d83793..265b3f437 100644 --- a/framework/python/src/common/testreport.py +++ b/framework/python/src/common/testreport.py @@ -429,13 +429,13 @@ def generate_footer(self, page_num): def generate_results(self, json_data, page_num): successful_tests = 0 - for test in self._results: + for test in json_data['tests']['results']: if test['result'] != 'Error': successful_tests += 1 result_list = f'''