mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48:10 -03:30
Loosen some unique name constraints. Note I've reset the migrations since we're in the dev cycle and I can still do that.
This commit is contained in:
@@ -144,7 +144,7 @@ class InventoryTest(BaseTest):
|
||||
edit_perm = Permission.objects.create(
|
||||
user = self.other_django_user,
|
||||
inventory = Inventory.objects.get(pk=1),
|
||||
permission_type = PERM_INVENTORY_EDIT
|
||||
permission_type = PERM_INVENTORY_WRITE
|
||||
)
|
||||
data3 = self.post(hosts, data=new_host_c, expect=201, auth=self.get_other_credentials())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user