Skip to content

Commit 19e36cf

Browse files
committed
fix test_generate_analysis_list
1 parent a1847b2 commit 19e36cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

qiita_db/test/test_util.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -790,9 +790,11 @@ def test_generate_analysis_list(self):
790790
exp = [{'mapping_files': [
791791
(16, qdb.util.get_filepath_information(16)['fullpath'])],
792792
'description': 'A test analysis', 'artifacts': [8, 9], 'name':
793-
'SomeAnalysis', 'analysis_id': 1, 'visibility': 'private'},
793+
'SomeAnalysis', 'owner': '[email protected]', 'analysis_id': 1,
794+
'visibility': 'private'},
794795
{'mapping_files': [], 'description': 'Another test analysis',
795796
'artifacts': [], 'name': 'SomeSecondAnalysis',
797+
'owner': '[email protected]',
796798
'analysis_id': 2, 'visibility': 'private'}]
797799
# removing timestamp for testing
798800
for i in range(len(obs)):

0 commit comments

Comments
 (0)