From 29addb6ad0a15ad0d26706d008b402740d8bab3e Mon Sep 17 00:00:00 2001 From: Lila Date: Fri, 18 Apr 2025 15:22:35 -0400 Subject: [PATCH] Remove del load_credentials to resolve CI issue --- awx/main/tests/live/tests/conftest.py | 2 -- 1 file changed, 2 deletions(-) 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"