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 1c52d14 commit 4d54955Copy full SHA for 4d54955
packages/aws-library/tests/test_ec2_client.py
@@ -125,7 +125,7 @@ async def test_get_ec2_instance_capabilities_returns_all_options(
125
assert instance_types
126
# NOTE: this might need adaptation when moto is updated
127
assert (
128
- 850 < len(instance_types) < 877
+ 920 < len(instance_types) < 950
129
), f"received {len(instance_types)}, the test might need adaptation"
130
131
0 commit comments