mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Port basic inventory_import command tests over to new system
This commit is contained in:
@@ -675,7 +675,6 @@ class Command(NoArgsCommand):
|
||||
with ignore_inventory_computed_fields():
|
||||
self.inventory_source, created = InventorySource.objects.get_or_create(
|
||||
inventory=self.inventory,
|
||||
group=None,
|
||||
source='file',
|
||||
source_path=os.path.abspath(self.source),
|
||||
overwrite=self.overwrite,
|
||||
|
||||
Reference in New Issue
Block a user