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 293ab38 commit b085f94Copy full SHA for b085f94
qiita_db/handlers/tests/test_plugin.py
@@ -85,7 +85,7 @@ def test_post(self):
85
'param2': '2.4',
86
'param3': 'False'}})
87
}
88
- obs = self.post('/qiita_db/plugins/QIIME/1.9.1/commands/', data=data,
+ 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')
0 commit comments