Skip to content

Commit 1070359

Browse files
committed
adding q2
1 parent 83030b1 commit 1070359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/handlers/tests/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_post(self):
8888
obs = self.post('/qiita_db/plugins/QIIMEq2/1.9.1/commands/', data=data,
8989
headers=self.header)
9090
self.assertEqual(obs.code, 200)
91-
obs = _get_command('QIIME', '1.9.1', 'New Command')
91+
obs = _get_command('QIIMEq2', '1.9.1', 'New Command')
9292
self.assertEqual(obs.name, 'New Command')
9393
self.assertFalse(obs.analysis_only)
9494

0 commit comments

Comments
 (0)