Skip to content

Commit eeb81ec

Browse files
mesh-2092 fix test by adding NumberOfDecreasesToday
1 parent da1ffae commit eeb81ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/ddb_tests.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ def test_default_temp_table(cloned_table_defaults: Table):
5858

5959

6060
def test_provisioned_temp_table(cloned_table_provisioned: Table):
61-
assert cloned_table_provisioned.provisioned_throughput == {"ReadCapacityUnits": 99, "WriteCapacityUnits": 99}
61+
assert cloned_table_provisioned.provisioned_throughput == {
62+
"NumberOfDecreasesToday": 0,
63+
"ReadCapacityUnits": 99,
64+
"WriteCapacityUnits": 99,
65+
}

0 commit comments

Comments
 (0)