Skip to content

Commit

Permalink
apply autoformatting (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsb42-aws committed May 23, 2019
1 parent a68cfa4 commit d6c39a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions test/functional/key_providers/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
_PROVIDER_ID = "Random Raw Keys"
_ENCRYPTED_DATA_KEYS = [
{
"wrapping_key": (
b"\xeby-\x80A6\x15rA8\x83#,\xe4\xab\xac`\xaf\x99Z\xc1\xce\xdb\xb6\x0f\xb7\x805\xb2\x14J3"
),
"wrapping_key": (b"\xeby-\x80A6\x15rA8\x83#,\xe4\xab\xac`\xaf\x99Z\xc1\xce\xdb\xb6\x0f\xb7\x805\xb2\x14J3"),
"key_id": b"5325b043-5843-4629-869c-64794af77ada",
"key_info": (
b"5325b043-5843-4629-869c-64794af77ada\x00\x00\x00\x80\x00\x00\x00\x0c\xe0h\xe2NT\x1c\xb8\x8f!\t\xc2\x94"
Expand Down
8 changes: 2 additions & 6 deletions test/functional/test_f_aws_encryption_sdk_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,11 +839,7 @@ def test_decryptor_deprecated_attributes(caplog, attribute, no_later_than):
error_message="StreamDecryptor.{name} is deprecated and will be removed in {version}".format(
name=attribute, version=no_later_than
),
no_later_than=no_later_than
no_later_than=no_later_than,
)
else:
_assert_decrypted_and_removed(
instance=decryptor,
attribute_name=attribute,
removed_in=no_later_than
)
_assert_decrypted_and_removed(instance=decryptor, attribute_name=attribute, removed_in=no_later_than)

0 comments on commit d6c39a7

Please sign in to comment.