|
42 | 42 | basic_transact_write_item_delete_request_dict,
|
43 | 43 | basic_transact_write_item_put_request_ddb,
|
44 | 44 | basic_transact_write_item_put_request_dict,
|
45 |
| - basic_update_item_request_ddb_signed_attribute, |
46 |
| - basic_update_item_request_dict_signed_attribute, |
47 | 45 | basic_update_item_request_ddb_unsigned_attribute,
|
48 | 46 | basic_update_item_request_dict_unsigned_attribute,
|
49 | 47 | exhaustive_get_item_request_ddb,
|
|
63 | 61 | basic_put_item_response,
|
64 | 62 | basic_query_response,
|
65 | 63 | basic_scan_response,
|
66 |
| - basic_update_item_response, |
67 | 64 | basic_transact_get_items_response,
|
68 | 65 | basic_transact_write_items_response,
|
| 66 | + basic_update_item_response, |
69 | 67 | exhaustive_batch_get_item_response,
|
70 | 68 | exhaustive_batch_write_item_put_response,
|
71 | 69 | exhaustive_get_item_response,
|
@@ -849,6 +847,7 @@ def test_GIVEN_update_item_request_without_table_name_WHEN_resource_to_client_TH
|
849 | 847 | # When: Converting to resource format
|
850 | 848 | resource_to_client_converter_without_table_name.update_item_request(test_update_item_request_dict)
|
851 | 849 |
|
| 850 | + |
852 | 851 | @pytest.fixture
|
853 | 852 | def test_update_item_response():
|
854 | 853 | # TODO: Add exhaustive response
|
|
0 commit comments