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
420420 update_item_request_signed_attribute ,
421421 encrypted ,
422422):
423- """Test that update_item raises DynamoDbEncryptionTransformsException."""
424423 if not encrypted :
425424 pytest .skip ("Skipping negative test for plaintext client" )
426425
@@ -449,7 +448,6 @@ def test_WHEN_execute_statement_for_encrypted_table_THEN_raises_DynamoDbEncrypti
449448 encrypted ,
450449 execute_uses_encrypted_table ,
451450):
452- """Test that execute_statement raises DynamoDbEncryptionTransformsException."""
453451 if not encrypted :
454452 pytest .skip ("Skipping negative test for plaintext client" )
455453
@@ -491,7 +489,6 @@ def test_WHEN_execute_transaction_for_encrypted_table_THEN_raises_DynamoDbEncryp
491489 encrypted ,
492490 execute_uses_encrypted_table ,
493491):
494- """Test that execute_transaction raises DynamoDbEncryptionTransformsException."""
495492 if not encrypted :
496493 pytest .skip ("Skipping negative test for plaintext client" )
497494
@@ -537,7 +534,6 @@ def test_WHEN_batch_execute_statement_for_encrypted_table_THEN_raises_DynamoDbEn
537534 encrypted ,
538535 execute_uses_encrypted_table ,
539536):
540- """Test that batch_execute_statement raises DynamoDbEncryptionTransformsException."""
541537 if not encrypted :
542538 pytest .skip ("Skipping negative test for plaintext client" )
543539
You can’t perform that action at this time.
0 commit comments