We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7528f0 commit 71d6727Copy full SHA for 71d6727
qtp_job_output_folder/tests/test_summary.py
@@ -63,7 +63,7 @@ def test_summary(self):
63
# cleaning artifact files, to avoid errors
64
[self._clean_up_files.extend(ff['filepath'])
65
for f in res['files'].values() for ff in f]
66
- html_fp = res['files']['html_summary'][0]
+ html_fp = res['files']['html_summary'][0]['filepath']
67
self._clean_up_files.append(html_fp)
68
with open(html_fp) as html_f:
69
html = html_f.read()
0 commit comments