File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
qiita_pet/handlers/analysis_handlers/tests Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ def test_analysis_description_handler_get_request(self):
3838 'analysis_id' : 1 ,
3939 'analysis_description' : 'A test analysis' ,
4040 'analysis_mapping_id' : 16 ,
41+ 'analysis_owner' : 'test@foo.bar' ,
4142 'analysis_is_public' : False ,
4243 'alert_type' : 'info' ,
4344 'artifacts' : {
@@ -67,6 +68,7 @@ def test_analysis_description_handler_get_request(self):
6768 'analysis_id' : 1 ,
6869 'analysis_description' : 'A test analysis' ,
6970 'analysis_mapping_id' : 16 ,
71+ 'analysis_owner' : 'test@foo.bar' ,
7072 'analysis_is_public' : False ,
7173 'alert_type' : 'info' ,
7274 'artifacts' : {
@@ -98,6 +100,7 @@ def test_analysis_description_handler_get_request(self):
98100 'analysis_id' : 1 ,
99101 'analysis_description' : 'A test analysis' ,
100102 'analysis_mapping_id' : 16 ,
103+ 'analysis_owner' : 'test@foo.bar' ,
101104 'analysis_is_public' : False ,
102105 'alert_type' : 'danger' ,
103106 'artifacts' : {
You can’t perform that action at this time.
0 commit comments