restore KeyId to test_decrypt in test_kms
This commit is contained in:
parent
5347a577da
commit
bbaff4b273
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ def test_decrypt():
|
|||
conn = boto.kms.connect_to_region('us-west-2')
|
||||
response = conn.decrypt('ZW5jcnlwdG1l'.encode('utf-8'))
|
||||
response['Plaintext'].should.equal(b'encryptme')
|
||||
response['KeyId'].should.equal('key_id')
|
||||
|
||||
|
||||
@mock_kms_deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue