mirror of
https://github.com/ansible/awx.git
synced 2026-04-27 12:45:24 -02:30
Update more urls
This commit is contained in:
@@ -1655,7 +1655,8 @@ class HostInsights(GenericAPIView):
|
||||
return res.json()
|
||||
except ValueError:
|
||||
raise BadGateway(
|
||||
_('Expected JSON response from Insights but instead got {}').format(res.content))
|
||||
_('Expected JSON response from Insights at URL {}'
|
||||
' but instead got {}').format(url, res.content))
|
||||
|
||||
def _get_session(self, username, password):
|
||||
session = requests.Session()
|
||||
|
||||
Reference in New Issue
Block a user