Skip to content

Commit f3825fc

Browse files
committed
another instance of renaming
1 parent 1070359 commit f3825fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: qiita_db/handlers/tests/test_plugin.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ def test_post(self):
106106
'default_parameter_sets': dumps({'dflt1': {'param1': 'test'}}),
107107
'analysis_only': True
108108
}
109-
obs = self.post('/qiita_db/plugins/QIIME/1.9.1/commands/', data=data,
109+
obs = self.post('/qiita_db/plugins/QIIMEq2/1.9.1/commands/', data=data,
110110
headers=self.header)
111111
self.assertEqual(obs.code, 200)
112-
obs = _get_command('QIIME', '1.9.1', 'New analysis command')
112+
obs = _get_command('QIIMEq2', '1.9.1', 'New analysis command')
113113
self.assertEqual(obs.name, 'New analysis command')
114114
self.assertTrue(obs.analysis_only)
115115
self.assertEqual(obs.merging_scheme,

0 commit comments

Comments
 (0)