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 15455db commit 9a1b55aCopy full SHA for 9a1b55a
qtp_job_output_folder/tests/test_summary.py
@@ -61,9 +61,8 @@ def test_summary(self):
61
# asserting content of html
62
res = self.qclient.get("/qiita_db/artifacts/%s/" % aid)
63
# cleaning artifact files, to avoid errors
64
- [self._clean_up_files.extend(ff['filepath'])
+ [self._clean_up_files.extend([ff['filepath']])
65
for f in res['files'].values() for ff in f]
66
- print(self._clean_up_files)
67
html_fp = res['files']['html_summary'][0]['filepath']
68
with open(html_fp) as html_f:
69
html = html_f.read()
0 commit comments