File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
DynamoDbEncryption/runtimes/python/test/integ/encrypted Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,6 @@ def test_WHEN_update_item_with_signed_attribute_THEN_raises_DynamoDbEncryptionTr
420
420
update_item_request_signed_attribute ,
421
421
encrypted ,
422
422
):
423
- """Test that update_item raises DynamoDbEncryptionTransformsException."""
424
423
if not encrypted :
425
424
pytest .skip ("Skipping negative test for plaintext client" )
426
425
@@ -449,7 +448,6 @@ def test_WHEN_execute_statement_for_encrypted_table_THEN_raises_DynamoDbEncrypti
449
448
encrypted ,
450
449
execute_uses_encrypted_table ,
451
450
):
452
- """Test that execute_statement raises DynamoDbEncryptionTransformsException."""
453
451
if not encrypted :
454
452
pytest .skip ("Skipping negative test for plaintext client" )
455
453
@@ -491,7 +489,6 @@ def test_WHEN_execute_transaction_for_encrypted_table_THEN_raises_DynamoDbEncryp
491
489
encrypted ,
492
490
execute_uses_encrypted_table ,
493
491
):
494
- """Test that execute_transaction raises DynamoDbEncryptionTransformsException."""
495
492
if not encrypted :
496
493
pytest .skip ("Skipping negative test for plaintext client" )
497
494
@@ -537,7 +534,6 @@ def test_WHEN_batch_execute_statement_for_encrypted_table_THEN_raises_DynamoDbEn
537
534
encrypted ,
538
535
execute_uses_encrypted_table ,
539
536
):
540
- """Test that batch_execute_statement raises DynamoDbEncryptionTransformsException."""
541
537
if not encrypted :
542
538
pytest .skip ("Skipping negative test for plaintext client" )
543
539
You can’t perform that action at this time.
0 commit comments