Skip to content

Commit 8bf3d6e

Browse files
committed
fix flake8
1 parent 5e4bd9b commit 8bf3d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/handlers/api_proxy/tests/test_studies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def test_study_files_get_req_multiple(self):
512512
# to the 3rd column
513513
obs = study_files_get_req(
514514
'shared@foo.bar', 1, pt.id, 'FASTQ')
515-
exp = {'status': 'success', 'num_prefixes': 2, 'artifacts': [],
515+
exp = {'status': 'success', 'num_prefixes': 2,
516516
'remaining': ['uploaded_file.txt'],
517517
'message': '',
518518
'artifacts': [(1, 'Identification of the Microbiomes for '

0 commit comments

Comments
 (0)