Skip to content

Commit a5415cb

Browse files
committed
simplify test syntax
1 parent 1e9fb1a commit a5415cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_f_aws_encryption_sdk_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ def _look_in_logs(log_catcher, plaintext):
693693
# Verify that no plaintext chunks are in the logs
694694
logs = log_catcher.text
695695
# look for all fake KMS data keys
696-
for keysize, args in VALUES["data_keys"].items():
696+
for args in VALUES["data_keys"].values():
697697
assert repr(args["plaintext"])[2:-1] not in logs
698698
# look for every possible 32-byte chunk
699699
start = 0

0 commit comments

Comments
 (0)