mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Implement new license validation logic per spec "30 Day Trial
Engineering Spec" + Unit Tests
This commit is contained in:
@@ -274,7 +274,7 @@ class InventoryTest(BaseTest):
|
||||
inventories_2 = reverse('api:inventory_detail', args=(self.inventory_b.pk,))
|
||||
hosts = reverse('api:host_list')
|
||||
groups = reverse('api:group_list')
|
||||
|
||||
self.create_test_license_file()
|
||||
|
||||
# a super user can add hosts (but inventory ID is required)
|
||||
inv = Inventory.objects.create(
|
||||
|
||||
Reference in New Issue
Block a user