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 196f6a7 commit a106373Copy full SHA for a106373
qiita_pet/handlers/analysis_handlers/tests/test_base_handlers.py
@@ -207,7 +207,7 @@ def test_patch(self):
207
self.assertEqual(analysis._slurm_reservation(), [''])
208
209
# now, let's change it to something different
210
- reservation = 'my-reservation'
+ reservation = 'myreservation'
211
arguments = {
212
'op': 'replace', 'path': 'reservation', 'value': reservation}
213
self.patch(f'/analysis/description/{analysis.id}/', data=arguments)
0 commit comments