mirror of
https://github.com/ansible/awx.git
synced 2026-01-25 00:11:23 -03:30
Fixup inventory test
This commit is contained in:
parent
476c43f7a7
commit
558311eaed
@ -15,6 +15,7 @@ def test_custom_inv_script_access(organization, user):
|
||||
|
||||
custom_inv = CustomInventoryScript.objects.create(name='test', script='test', description='test')
|
||||
custom_inv.organization = organization
|
||||
custom_inv.save()
|
||||
assert not custom_inv.accessible_by(u, {'read':True})
|
||||
|
||||
organization.member_role.members.add(u)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user