Skip to content

Commit

Permalink
Fix reclaim_space endpoint path
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik committed Jan 22, 2024
1 parent 01c04e3 commit 890f234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/endtoend/test_api_endtoend.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
'/katello/api/capsules/:id/content/sync',
'/katello/api/capsules/:id/content/sync',
'/katello/api/capsules/:id/content/sync',
'/katello/api/capsules/:id/reclaim_space',
'/katello/api/capsules/:id/content/reclaim_space',
),
'capsules': ('/katello/api/capsules', '/katello/api/capsules/:id'),
'common_parameters': (
Expand Down

0 comments on commit 890f234

Please sign in to comment.