Fix test failures in server mode

This commit is contained in:
Karl Gutwin 2018-11-08 13:57:44 -05:00
commit e7b01292e9
3 changed files with 13 additions and 6 deletions

View file

@ -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={