Skip to content

Commit

Permalink
fix test_generate_analysis_list
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Jan 2, 2025
1 parent a1847b2 commit 19e36cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qiita_db/test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,9 +790,11 @@ def test_generate_analysis_list(self):
exp = [{'mapping_files': [
(16, qdb.util.get_filepath_information(16)['fullpath'])],
'description': 'A test analysis', 'artifacts': [8, 9], 'name':
'SomeAnalysis', 'analysis_id': 1, 'visibility': 'private'},
'SomeAnalysis', 'owner': 'test@foo.bar', 'analysis_id': 1,
'visibility': 'private'},
{'mapping_files': [], 'description': 'Another test analysis',
'artifacts': [], 'name': 'SomeSecondAnalysis',
'owner': 'admin@foo.bar',
'analysis_id': 2, 'visibility': 'private'}]
# removing timestamp for testing
for i in range(len(obs)):
Expand Down

0 comments on commit 19e36cf

Please sign in to comment.