rework hosts without insights creds error message

This commit is contained in:
Chris Meyers
2017-07-11 14:25:12 -04:00
parent 5a1687c390
commit c34a89714c
2 changed files with 2 additions and 2 deletions

View File

@@ -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