diff --git a/awx/main/tests/unit/settings/test_development.py b/awx/main/tests/unit/settings/test_development.py index 9367a3db85..a6012f8d26 100644 --- a/awx/main/tests/unit/settings/test_development.py +++ b/awx/main/tests/unit/settings/test_development.py @@ -1,6 +1,5 @@ -import pytest -def test_ANSILE_VERSION(mocker): +def test_ANSIBLE_VERSION(mocker): from django.conf import settings assert hasattr(settings, 'ANSIBLE_VERSION') diff --git a/awx/main/tests/unit/test_utils.py b/awx/main/tests/unit/test_utils.py index 231a1ec7c5..f16f107c16 100644 --- a/awx/main/tests/unit/test_utils.py +++ b/awx/main/tests/unit/test_utils.py @@ -1,4 +1,3 @@ -import pytest import subprocess from awx.main.utils import get_ansible_version