mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
Fix a typo in the per-system remediations api call
This commit is contained in:
@@ -1697,7 +1697,7 @@ class HostInsights(GenericAPIView):
|
|||||||
return self._call_insights_api(url, session, headers)
|
return self._call_insights_api(url, session, headers)
|
||||||
|
|
||||||
def _get_remediations(self, platform_id, session, headers):
|
def _get_remediations(self, platform_id, session, headers):
|
||||||
url = '{}/api/remediations/v1/?system={}'.format(
|
url = '{}/api/remediations/v1/remediations?system={}'.format(
|
||||||
settings.INSIGHTS_URL_BASE, platform_id)
|
settings.INSIGHTS_URL_BASE, platform_id)
|
||||||
|
|
||||||
remediations = []
|
remediations = []
|
||||||
|
|||||||
Reference in New Issue
Block a user