Skip to content

Commit

Permalink
reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Dec 10, 2024
1 parent 196f6a7 commit a106373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_patch(self):
self.assertEqual(analysis._slurm_reservation(), [''])

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

0 comments on commit a106373

Please sign in to comment.