Fix test failures in server mode
This commit is contained in:
parent
9d190aa04e
commit
e7b01292e9
3 changed files with 13 additions and 6 deletions
|
|
@ -180,7 +180,7 @@ class TestEdges():
|
|||
assert 'LatestStreamLabel' in resp['TableDescription']
|
||||
|
||||
# now try to enable it again
|
||||
with assert_raises(ValueError):
|
||||
with assert_raises(conn.exceptions.ResourceInUseException):
|
||||
resp = conn.update_table(
|
||||
TableName='test-streams',
|
||||
StreamSpecification={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue