Skip to content

Commit a106373

Browse files
committed
reservation
1 parent 196f6a7 commit a106373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/handlers/analysis_handlers/tests/test_base_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def test_patch(self):
207207
self.assertEqual(analysis._slurm_reservation(), [''])
208208

209209
# now, let's change it to something different
210-
reservation = 'my-reservation'
210+
reservation = 'myreservation'
211211
arguments = {
212212
'op': 'replace', 'path': 'reservation', 'value': reservation}
213213
self.patch(f'/analysis/description/{analysis.id}/', data=arguments)

0 commit comments

Comments
 (0)