Permalink
Browse files

Fix unit test failure from last commit.

  • Loading branch information...
Andy Chu
Andy Chu committed Aug 31, 2018
1 parent e951de1 commit 00e24bf6b2c1e56eb2209bb4e4690cec6971b15c
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/wild_report_test.py
View
@@ -19,7 +19,7 @@ def testTemplate(self):
BODY_STYLE = wild_report.BODY_STYLE
PAGE_TEMPLATES = wild_report.PAGE_TEMPLATES
data = {'base_url': '', 'paths': [], 'task': 'osh2oil'}
data = {'base_url': '', 'failures': [], 'task': 'osh2oil'}
body = BODY_STYLE.expand(data, group=PAGE_TEMPLATES['FAILED'])
print(body)

0 comments on commit 00e24bf

Please sign in to comment.