mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03: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)
|
||||
|
||||
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)
|
||||
|
||||
remediations = []
|
||||
|
||||
Reference in New Issue
Block a user