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 a1847b2 commit 19e36cfCopy full SHA for 19e36cf
qiita_db/test/test_util.py
@@ -790,9 +790,11 @@ def test_generate_analysis_list(self):
790
exp = [{'mapping_files': [
791
(16, qdb.util.get_filepath_information(16)['fullpath'])],
792
'description': 'A test analysis', 'artifacts': [8, 9], 'name':
793
- 'SomeAnalysis', 'analysis_id': 1, 'visibility': 'private'},
+ 'SomeAnalysis', 'owner': 'test@foo.bar', 'analysis_id': 1,
794
+ 'visibility': 'private'},
795
{'mapping_files': [], 'description': 'Another test analysis',
796
'artifacts': [], 'name': 'SomeSecondAnalysis',
797
+ 'owner': 'admin@foo.bar',
798
'analysis_id': 2, 'visibility': 'private'}]
799
# removing timestamp for testing
800
for i in range(len(obs)):
0 commit comments