#2445 - DynamoDB - Fix tests after adding AttributeDefinitions-validation
This commit is contained in:
parent
6005b19ac2
commit
c783b8721f
1 changed files with 16 additions and 0 deletions
|
|
@ -1765,6 +1765,14 @@ def test_boto3_update_table_gsi_throughput():
|
||||||
'AttributeName': 'subject',
|
'AttributeName': 'subject',
|
||||||
'AttributeType': 'S'
|
'AttributeType': 'S'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'AttributeName': 'username',
|
||||||
|
'AttributeType': 'S'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'AttributeName': 'created',
|
||||||
|
'AttributeType': 'S'
|
||||||
|
}
|
||||||
],
|
],
|
||||||
ProvisionedThroughput={
|
ProvisionedThroughput={
|
||||||
'ReadCapacityUnits': 5,
|
'ReadCapacityUnits': 5,
|
||||||
|
|
@ -1939,6 +1947,14 @@ def test_update_table_gsi_throughput():
|
||||||
'AttributeName': 'subject',
|
'AttributeName': 'subject',
|
||||||
'AttributeType': 'S'
|
'AttributeType': 'S'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'AttributeName': 'username',
|
||||||
|
'AttributeType': 'S'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'AttributeName': 'created',
|
||||||
|
'AttributeType': 'S'
|
||||||
|
}
|
||||||
],
|
],
|
||||||
ProvisionedThroughput={
|
ProvisionedThroughput={
|
||||||
'ReadCapacityUnits': 5,
|
'ReadCapacityUnits': 5,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue