summaryrefslogtreecommitdiffstats
path: root/dovetail/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/report.py')
-rw-r--r--dovetail/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/report.py b/dovetail/report.py
index eae8d180..db6fd9ea 100644
--- a/dovetail/report.py
+++ b/dovetail/report.py
@@ -46,7 +46,7 @@ class Report:
| report |\n'
report += split_line
report += '|scenario: %s\n' % scenario_yaml['name']
- for testcase_name in scenario_yaml['testcase_list']:
+ for testcase_name in scenario_yaml['testcases_list']:
testcase = Testcase.get(testcase_name)
if testcase is None:
report += '| [testcase]: %s\t\t\t\t[Undefined]\n' % \