-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix reclaim_space endpoint path #13842
Conversation
trigger: test-robottelo |
Ad PRT - the |
|
@@ -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', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, how dare you!! :D
Closing in favour of #13857 |
Problem Statement
In 6.15.0 the
reclaim_space
endpoint was moved behind thecontent
section in BZ#2218179 (also see the 6.15 results fortests.foreman.endtoend.test_api_endtoend.TestAvailableURLs.test_positive_get_links
, it fails)Solution
Move it in this test too.