mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
Relocate encryption helpers, update settings, tests, and imports
This commit is contained in:
@@ -2,7 +2,7 @@ import mock # noqa
|
||||
import pytest
|
||||
|
||||
from awx.main.models.credential import Credential, CredentialType
|
||||
from awx.main.utils.common import decrypt_field
|
||||
from awx.main.utils import decrypt_field
|
||||
from awx.api.versioning import reverse
|
||||
|
||||
EXAMPLE_PRIVATE_KEY = '-----BEGIN PRIVATE KEY-----\nxyz==\n-----END PRIVATE KEY-----'
|
||||
|
||||
Reference in New Issue
Block a user