Restrict tests to new version since we have change the behavior.
This commit is contained in:
parent
3ee51688c7
commit
63799f3af8
2 changed files with 2 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ def test_get_item_without_range_key():
|
|||
table.get_item.when.called_with(test_hash=hash_key).should.throw(ValidationException)
|
||||
|
||||
|
||||
@requires_boto_gte("2.9")
|
||||
@requires_boto_gte("2.30.0")
|
||||
@mock_dynamodb2
|
||||
def test_delete_item():
|
||||
table = create_table()
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ def test_get_item_with_undeclared_table():
|
|||
).should.throw(JSONResponseError)
|
||||
|
||||
|
||||
@requires_boto_gte("2.9")
|
||||
@requires_boto_gte("2.30.0")
|
||||
@mock_dynamodb2
|
||||
def test_delete_item():
|
||||
table = create_table()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue