mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Merge pull request #9618 from beeankha/fix_cred_input_source_test_lint_errors
Fix Linting Errors in Credential Input Source Test File Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
This commit is contained in:
@@ -334,7 +334,7 @@ def test_aim_credential_source(run_module, admin_user, organization, source_cred
|
|||||||
assert cis.input_field_name == 'password'
|
assert cis.input_field_name == 'password'
|
||||||
|
|
||||||
|
|
||||||
# Test Centrify Vault secret credential source
|
# Test Centrify Vault secret credential source
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def source_cred_centrify_secret(organization):
|
def source_cred_centrify_secret(organization):
|
||||||
# Make a credential type which will be used by the credential
|
# Make a credential type which will be used by the credential
|
||||||
|
|||||||
Reference in New Issue
Block a user