Skip to content

Commit 036c89e

Browse files
committed
boto
1 parent 1fc7494 commit 036c89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-library/tests/test_ec2_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async def test_get_ec2_instance_capabilities_returns_all_options(
129129
assert instance_types
130130
# NOTE: this might need adaptation when moto is updated
131131
assert (
132-
850 < len(instance_types) < 877
132+
850 < len(instance_types) < 1003
133133
), f"received {len(instance_types)}, the test might need adaptation"
134134

135135

0 commit comments

Comments
 (0)