Skip to content

Commit ec6e462

Browse files
author
Lucas McDonald
committed
m
1 parent 2df6080 commit ec6e462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestVectors/runtimes/python/src/aws_dbesdk_dynamodb_test_vectors/internaldafny/extern/CreateInterceptedDDBTable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def query(self, **kwargs):
199199
# Pass the original string through.
200200
# The table will accept the string as-is.
201201
pass
202+
print(f'{table_input=}')
202203
table_output = self._table.query(**table_input)
203204
client_output = self._resource_shape_to_client_shape_converter.query_response(table_output)
204205
return client_output

0 commit comments

Comments
 (0)