Merge pull request #223 from AlanCoding/test_wording

Fix 3.2 API tests in Jenkins
This commit is contained in:
Alan Rominger 2017-08-08 14:06:10 -04:00 committed by GitHub
commit cddd9dfbef

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)