Skip to content

Commit b085f94

Browse files
committed
another renaming of QIIME to QIIMEq2
1 parent 293ab38 commit b085f94

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
@@ -85,7 +85,7 @@ def test_post(self):
8585
'param2': '2.4',
8686
'param3': 'False'}})
8787
}
88-
obs = self.post('/qiita_db/plugins/QIIME/1.9.1/commands/', data=data,
88+
obs = self.post('/qiita_db/plugins/QIIMEq2/1.9.1/commands/', data=data,
8989
headers=self.header)
9090
self.assertEqual(obs.code, 200)
9191
obs = _get_command('QIIME', '1.9.1', 'New Command')

0 commit comments

Comments
 (0)