Run black on moto & test directories.
This commit is contained in:
parent
c820395dbf
commit
96e5b1993d
507 changed files with 52541 additions and 47814 deletions
|
|
@ -5,8 +5,8 @@ from .helpers import rsa_check_private_key
|
|||
|
||||
def test_random_key_pair():
|
||||
key_pair = utils.random_key_pair()
|
||||
rsa_check_private_key(key_pair['material'])
|
||||
rsa_check_private_key(key_pair["material"])
|
||||
|
||||
# AWS uses MD5 fingerprints, which are 47 characters long, *not* SHA1
|
||||
# fingerprints with 59 characters.
|
||||
assert len(key_pair['fingerprint']) == 47
|
||||
assert len(key_pair["fingerprint"]) == 47
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue