Port basic inventory_import command tests over to new system

This commit is contained in:
AlanCoding
2017-03-28 10:29:56 -04:00
parent 3c79e5cfe2
commit 0aab8b6713
5 changed files with 233 additions and 125 deletions

View File

@@ -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,