Skip to content

Commit

Permalink
add load credentials method to get tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoubl3j committed Jan 8, 2025
1 parent 69481ac commit 9e24367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awx_collection/test/awx/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from ansible.module_utils.six import raise_from

from ansible_base.rbac.models import RoleDefinition, DABPermission
from awx.main.tests.conftest import load_all_credentials
from awx.main.tests.functional.conftest import _request
from awx.main.tests.functional.conftest import credentialtype_scm, credentialtype_ssh # noqa: F401; pylint: disable=unused-import
from awx.main.models import (
Expand Down

0 comments on commit 9e24367

Please sign in to comment.