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 1c703b1 commit ffe5b2fCopy full SHA for ffe5b2f
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