change test to match with recent error message change

This commit is contained in:
AlanCoding 2017-08-08 13:57:51 -04:00
parent 9bb6ec28fe
commit 5f4d033836

View File

@ -405,7 +405,7 @@ class TestControlledBySCM:
admin_user, expect=400)
content = json.loads(res.content)
assert content['update_on_project_update'] == ["More than one SCM-based inventory source with update on project update "
"on per-inventory not allowed."]
"per-inventory not allowed."]
def test_adding_inv_src_without_proj_access_prohibited(self, post, project, inventory, rando):
inventory.admin_role.members.add(rando)