Lint.
This commit is contained in:
parent
40f241adc2
commit
72da9e96c2
13 changed files with 28 additions and 26 deletions
|
|
@ -226,7 +226,10 @@ class TestEdges:
|
|||
with assert_raises(conn.exceptions.ResourceInUseException):
|
||||
resp = conn.update_table(
|
||||
TableName="test-streams",
|
||||
StreamSpecification={"StreamViewType": "OLD_IMAGES", "StreamEnabled": True},
|
||||
StreamSpecification={
|
||||
"StreamViewType": "OLD_IMAGES",
|
||||
"StreamEnabled": True,
|
||||
},
|
||||
)
|
||||
|
||||
def test_stream_with_range_key(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue