Add CRC32 to DynamoDB responses (#3677)
* Add CRC32 to DynamoDB responses * Change test assertion * CRC32 - Align Py2/Py3 behaviour Co-authored-by: Bert Blommers <info@bertblommers.nl>
This commit is contained in:
parent
b60de10c79
commit
676d61bf5b
3 changed files with 9 additions and 3 deletions
|
|
@ -17,3 +17,4 @@ def test_table_list():
|
|||
headers = {"X-Amz-Target": "TestTable.ListTables"}
|
||||
res = test_client.get("/", headers=headers)
|
||||
res.data.should.contain(b"TableNames")
|
||||
res.headers.should.have.key("X-Amz-Crc32")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue