mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Merge pull request #223 from AlanCoding/test_wording
Fix 3.2 API tests in Jenkins
This commit is contained in:
commit
cddd9dfbef
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user