1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 10:55:30 +03:00

AC-556 Renamed inventory script filename used for import_import command test.

This commit is contained in:
Chris Church 2013-10-15 17:57:29 -04:00
parent 52d8fb5b5c
commit 6d303faea9

View File

@ -704,7 +704,7 @@ class InventoryImportTest(BaseCommandMixin, BaseLiveServerTest):
os.environ.setdefault('REST_API_URL', rest_api_url)
os.environ['INVENTORY_ID'] = str(old_inv.pk)
source = os.path.join(os.path.dirname(__file__), '..', '..', 'plugins',
'inventory', 'awx.py')
'inventory', 'awxrest.py')
result, stdout, stderr = self.run_command('inventory_import',
inventory_id=new_inv.pk,
source=source)