mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
change test to match with recent error message change
This commit is contained in:
parent
9bb6ec28fe
commit
5f4d033836
@ -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