Skip to content

Commit b490312

Browse files
Update snapshots
1 parent f6ef107 commit b490312

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

tests/aws/services/cloudformation/resources/test_ec2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ def test_dhcp_options(aws_client, deploy_cfn_template, snapshot):
155155
"$..Tags",
156156
"$..Options.AssociationDefaultRouteTableId",
157157
"$..Options.PropagationDefaultRouteTableId",
158+
"$..Options.TransitGatewayCidrBlocks", # an empty list returned by Moto but not by AWS
159+
"$..Options.SecurityGroupReferencingSupport", # not supported by Moto
158160
]
159161
)
160162
def test_transit_gateway_attachment(deploy_cfn_template, aws_client, snapshot):

tests/aws/services/cloudformation/resources/test_ec2.snapshot.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292
},
9393
"tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment": {
94-
"recorded-date": "28-03-2024, 06:48:11",
94+
"recorded-date": "08-04-2025, 10:51:02",
9595
"recorded-content": {
9696
"attachment": {
9797
"Association": {
@@ -125,6 +125,7 @@
125125
"DnsSupport": "enable",
126126
"MulticastSupport": "disable",
127127
"PropagationDefaultRouteTableId": "<transit-gateway-route-table-id:1>",
128+
"SecurityGroupReferencingSupport": "disable",
128129
"VpnEcmpSupport": "enable"
129130
},
130131
"OwnerId": "111111111111",

tests/aws/services/cloudformation/resources/test_ec2.validation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"last_validated_date": "2024-07-01T20:10:52+00:00"
2525
},
2626
"tests/aws/services/cloudformation/resources/test_ec2.py::test_transit_gateway_attachment": {
27-
"last_validated_date": "2024-03-28T06:48:11+00:00"
27+
"last_validated_date": "2025-04-08T10:51:02+00:00"
2828
},
2929
"tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_creates_default_sg": {
3030
"last_validated_date": "2024-04-01T11:21:54+00:00"

0 commit comments

Comments
 (0)