Skip to content

Commit 59a0942

Browse files
committed
merged
1 parent 40a483f commit 59a0942

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-03-25T22:26:20Z"
2+
build_date: "2025-03-27T03:27:32Z"
33
build_hash: 3722729cebe6d3c03c7e442655ef0846f91566a2
44
go_version: go1.24.0
55
version: v0.43.2-7-g3722729
6-
api_directory_checksum: b31faecf6092fab9677498f3624e624fee4cbaed
6+
api_directory_checksum: bb3f7a9b3924fdbe63a4082a9134b3f1f653979b
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: 33b2c8e790a68bd28b5efe9faa3b8e5fb980d1f4
10+
file_checksum: ac3998b266a4a9996bc1c755c573b9aad68a9807
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

test/e2e/tests/test_transitgateway_vpc_attachment.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_crud_tags(self, ec2_client, simple_tgw_attachment):
100100
)
101101

102102
time.sleep(CREATE_WAIT_AFTER_SECONDS)
103-
attachment_id = cr["status"]["transitGatewayAttachmentID"]
103+
attachment_id = cr["status"]["id"]
104104

105105
# Check TGW Attachment exists and verify initial tags
106106
ec2_validator = EC2Validator(ec2_client)
@@ -155,7 +155,7 @@ def test_update_options(self, ec2_client, simple_tgw_attachment):
155155
wait_periods=MAX_WAIT_FOR_SYNCED_SECONDS,
156156
)
157157

158-
attachment_id = cr["status"]["transitGatewayAttachmentID"]
158+
attachment_id = cr["status"]["id"]
159159

160160
# Update options
161161
updates = {
@@ -192,7 +192,7 @@ def test_update_subnet_ids(self, ec2_client, simple_tgw_attachment):
192192
wait_periods=MAX_WAIT_FOR_SYNCED_SECONDS,
193193
)
194194

195-
attachment_id = cr["status"]["transitGatewayAttachmentID"]
195+
attachment_id = cr["status"]["id"]
196196

197197
# Update subnet ids
198198
test_vpc = get_bootstrap_resources().SharedTestVPC

0 commit comments

Comments
 (0)