mirror of
https://github.com/ansible/awx.git
synced 2026-06-28 18:08:03 -02:30
rework hosts without insights creds error message
This commit is contained in:
@@ -199,5 +199,5 @@ class TestHostInsights():
|
||||
|
||||
resp = view.get(None)
|
||||
|
||||
assert resp.data['error'] == 'No Insights Credential found for the Inventory, "inventory_name_here", that this host belongs to.'
|
||||
assert resp.data['error'] == 'The Insights Credential for "inventory_name_here" was not found.'
|
||||
assert resp.status_code == 404
|
||||
|
||||
Reference in New Issue
Block a user