We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1ffae commit eeb81ecCopy full SHA for eeb81ec
tests/ddb_tests.py
@@ -58,4 +58,8 @@ def test_default_temp_table(cloned_table_defaults: Table):
58
59
60
def test_provisioned_temp_table(cloned_table_provisioned: Table):
61
- assert cloned_table_provisioned.provisioned_throughput == {"ReadCapacityUnits": 99, "WriteCapacityUnits": 99}
+ assert cloned_table_provisioned.provisioned_throughput == {
62
+ "NumberOfDecreasesToday": 0,
63
+ "ReadCapacityUnits": 99,
64
+ "WriteCapacityUnits": 99,
65
+ }
0 commit comments