mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Fix import error for missing file.
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
from lib.main.tests.organizations import OrganizationsTest
|
from lib.main.tests.organizations import OrganizationsTest
|
||||||
from lib.main.tests.users import UsersTest
|
from lib.main.tests.users import UsersTest
|
||||||
from lib.main.tests.inventory import InventoryTest
|
from lib.main.tests.inventory import InventoryTest
|
||||||
from lib.main.tests.projects import ProjectsTest
|
# FIXME: Uncomment the next line when projects.py is added to git.
|
||||||
|
# from lib.main.tests.projects import ProjectsTest
|
||||||
from lib.main.tests.commands import AcomInventoryTest
|
from lib.main.tests.commands import AcomInventoryTest
|
||||||
from lib.main.tests.tasks import RunLaunchJobTest
|
from lib.main.tests.tasks import RunLaunchJobTest
|
||||||
|
|||||||
Reference in New Issue
Block a user