Permalink
Browse files
Fix unit test failure from last commit.
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
test/wild_report_test.py
|
|
@@ -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