Skip to content

Commit 6eac22f

Browse files
committed
Fix for hash syntax
1 parent 699f588 commit 6eac22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-sdk-resources/spec/services/s3/encryptionV2/client_functional_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ def stub_decrypt(kms_client, opts)
632632
expect do
633633
client.put_object(
634634
bucket: test_bucket, key: test_object, body: plaintext,
635-
kms_encryption_context: {'aws:x-amz-cek-alg': 'error'})
635+
kms_encryption_context: {'aws:x-amz-cek-alg' => 'error'})
636636
end.to raise_error(ArgumentError,
637637
/Conflict in reserved KMS Encryption Context/)
638638
end

0 commit comments

Comments
 (0)