Skip to content

Commit 71d6727

Browse files
committed
html_fp
1 parent c7528f0 commit 71d6727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qtp_job_output_folder/tests/test_summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_summary(self):
6363
# cleaning artifact files, to avoid errors
6464
[self._clean_up_files.extend(ff['filepath'])
6565
for f in res['files'].values() for ff in f]
66-
html_fp = res['files']['html_summary'][0]
66+
html_fp = res['files']['html_summary'][0]['filepath']
6767
self._clean_up_files.append(html_fp)
6868
with open(html_fp) as html_f:
6969
html = html_f.read()

0 commit comments

Comments
 (0)