Skip to content

Commit f1764b7

Browse files
authored
Merge branch 'master' into chore/update-usage-docs-to-remove-default-region
2 parents 58344f7 + 3a5ee14 commit f1764b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_base_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ def test_connection_make_api_call__binary_attributes(send_mock):
16141614

16151615
send_mock.return_value = resp
16161616

1617-
resp = Connection()._make_api_call('BatchWriteItem', {})
1617+
resp = Connection()._make_api_call('BatchWriteItem', {"RequestItems": {}})
16181618

16191619
assert resp['UnprocessedItems']['someTable'] == [{
16201620
'PutRequest': {

0 commit comments

Comments
 (0)