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 83030b1 commit 1070359Copy full SHA for 1070359
qiita_db/handlers/tests/test_plugin.py
@@ -88,7 +88,7 @@ def test_post(self):
88
obs = self.post('/qiita_db/plugins/QIIMEq2/1.9.1/commands/', data=data,
89
headers=self.header)
90
self.assertEqual(obs.code, 200)
91
- obs = _get_command('QIIME', '1.9.1', 'New Command')
+ obs = _get_command('QIIMEq2', '1.9.1', 'New Command')
92
self.assertEqual(obs.name, 'New Command')
93
self.assertFalse(obs.analysis_only)
94
0 commit comments