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 b623a3a commit 978ac4fCopy full SHA for 978ac4f
qiita_db/handlers/tests/test_artifact.py
@@ -86,6 +86,7 @@ def test_get_artifact(self):
86
'prep_information': [1],
87
'study': 1,
88
'analysis': None,
89
+ 'parents': [],
90
'processing_parameters': None,
91
'files': exp_fps}
92
self.assertEqual(loads(obs.body), exp)
@@ -109,6 +110,7 @@ def test_get_artifact(self):
109
110
'prep_information': [],
111
'study': None,
112
'analysis': 1,
113
+ 'parents': [8],
114
'processing_parameters': {'biom_table': '8', 'depth': '9000',
115
'subsample_multinomial': 'False'},
116
0 commit comments