mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
[bugfix-pem-validation] pass flake8
This commit is contained in:
parent
235213bd3b
commit
098f4eb198
@ -58,6 +58,7 @@ def test_valid_catted_rsa_key():
|
||||
assert pem_objects[0]['key_type'] == 'rsa'
|
||||
assert not pem_objects[0]['key_enc']
|
||||
|
||||
|
||||
def test_valid_rsa_key():
|
||||
valid_key = TEST_SSH_KEY_DATA
|
||||
pem_objects = validate_private_key(valid_key)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user