fix whitespace changes
This commit is contained in:
parent
b6e73776d5
commit
4c2460ddfd
1 changed files with 0 additions and 2 deletions
|
|
@ -121,14 +121,12 @@ class TestCore:
|
||||||
assert "Records" in resp
|
assert "Records" in resp
|
||||||
assert len(resp["Records"]) == 0
|
assert len(resp["Records"]) == 0
|
||||||
|
|
||||||
|
|
||||||
def test_get_records_seq(self):
|
def test_get_records_seq(self):
|
||||||
conn = boto3.client("dynamodb", region_name="us-east-1")
|
conn = boto3.client("dynamodb", region_name="us-east-1")
|
||||||
|
|
||||||
conn.put_item(
|
conn.put_item(
|
||||||
TableName="test-streams",
|
TableName="test-streams",
|
||||||
Item={"id": {"S": "entry1"}, "first_col": {"S": "foo"}}
|
Item={"id": {"S": "entry1"}, "first_col": {"S": "foo"}}
|
||||||
|
|
||||||
)
|
)
|
||||||
conn.put_item(
|
conn.put_item(
|
||||||
TableName="test-streams",
|
TableName="test-streams",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue