Skip to content

Commit b21a781

Browse files
author
Lucas McDonald
committed
m
1 parent 37588c3 commit b21a781

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

DynamoDbEncryption/runtimes/python/test/unit/internal/test_resource_to_client.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
basic_transact_write_item_delete_request_dict,
4343
basic_transact_write_item_put_request_ddb,
4444
basic_transact_write_item_put_request_dict,
45-
basic_update_item_request_ddb_signed_attribute,
46-
basic_update_item_request_dict_signed_attribute,
4745
basic_update_item_request_ddb_unsigned_attribute,
4846
basic_update_item_request_dict_unsigned_attribute,
4947
exhaustive_get_item_request_ddb,
@@ -63,9 +61,9 @@
6361
basic_put_item_response,
6462
basic_query_response,
6563
basic_scan_response,
66-
basic_update_item_response,
6764
basic_transact_get_items_response,
6865
basic_transact_write_items_response,
66+
basic_update_item_response,
6967
exhaustive_batch_get_item_response,
7068
exhaustive_batch_write_item_put_response,
7169
exhaustive_get_item_response,
@@ -849,6 +847,7 @@ def test_GIVEN_update_item_request_without_table_name_WHEN_resource_to_client_TH
849847
# When: Converting to resource format
850848
resource_to_client_converter_without_table_name.update_item_request(test_update_item_request_dict)
851849

850+
852851
@pytest.fixture
853852
def test_update_item_response():
854853
# TODO: Add exhaustive response

0 commit comments

Comments
 (0)