diff --git a/awx/main/tests/live/tests/conftest.py b/awx/main/tests/live/tests/conftest.py index 41ec1d11aa..ece57246ec 100644 --- a/awx/main/tests/live/tests/conftest.py +++ b/awx/main/tests/live/tests/conftest.py @@ -21,8 +21,6 @@ from awx.main.models import Project, JobTemplate, Organization, Inventory PROJ_DATA = os.path.join(os.path.dirname(data.__file__), 'projects') -del load_all_credentials - def _copy_folders(source_path, dest_path, clear=False): "folder-by-folder, copy dirs in the source root dir to the destination root dir"