Skip to content

Commit

Permalink
another instance of renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed Feb 19, 2024
1 parent 1070359 commit f3825fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiita_db/handlers/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ def test_post(self):
'default_parameter_sets': dumps({'dflt1': {'param1': 'test'}}),
'analysis_only': True
}
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,
headers=self.header)
self.assertEqual(obs.code, 200)
obs = _get_command('QIIME', '1.9.1', 'New analysis command')
obs = _get_command('QIIMEq2', '1.9.1', 'New analysis command')
self.assertEqual(obs.name, 'New analysis command')
self.assertTrue(obs.analysis_only)
self.assertEqual(obs.merging_scheme,
Expand Down

0 comments on commit f3825fc

Please sign in to comment.