diff --git a/awx/main/tests/__init__.py b/awx/main/tests/__init__.py index 0df7bbc7fe..a2b8640f0a 100644 --- a/awx/main/tests/__init__.py +++ b/awx/main/tests/__init__.py @@ -7,5 +7,6 @@ from awx.main.tests.inventory import InventoryTest from awx.main.tests.projects import ProjectsTest from awx.main.tests.scripts import * from awx.main.tests.tasks import RunJobTest +from awx.main.tests.licenses import LicenseTests from awx.main.tests.jobs import * diff --git a/awx/main/tests/licenses.py b/awx/main/tests/licenses.py index de133f81f8..cfb5567350 100644 --- a/awx/main/tests/licenses.py +++ b/awx/main/tests/licenses.py @@ -13,7 +13,7 @@ from awx.main.models import * from awx.main.tests.base import BaseTest from awx.main.licenses import * -class LicensesTest(BaseTest): +class LicenseTest(BaseTest): def setUp(self): super(LicensesTest, self).setUp()