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 2fd68bf commit c457554Copy full SHA for c457554
qiita_pet/handlers/study_handlers/tests/test_listing_handlers.py
@@ -78,6 +78,7 @@ def setUp(self):
78
'publication_doi': ['10.100/123456', '10.100/7891011'],
79
'publication_pid': ['123456', '7891011'],
80
'pi': ('PI_dude@foo.bar', 'PIDude'),
81
+ 'study_tags': None,
82
'proc_data_info': PROC_DATA_INFO
83
}
84
self.exp = [self.single_exp]
@@ -124,6 +125,7 @@ def test_build_study_info_empty_study(self):
124
125
'study_id': 2,
126
'ebi_study_accession': None,
127
'study_title': 'My study',
128
129
'number_samples_collected': 0})
130
131
self.assertItemsEqual(obs, self.exp)
@@ -280,7 +282,8 @@ def setUp(self):
280
282
'Future studies will attempt to analyze the soils and '
281
283
'rhizospheres from the same location at different time '
284
'points in the plant lifecycle.'),
- 'number_samples_collected': 27}],
285
+ 'number_samples_collected': 27,
286
+ 'study_tags': None}],
287
'sEcho': 1021,
288
'iTotalDisplayRecords': 1}
289
self.empty = {'aaData': [],
0 commit comments