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 1fc7494 commit 036c89eCopy full SHA for 036c89e
packages/aws-library/tests/test_ec2_client.py
@@ -129,7 +129,7 @@ async def test_get_ec2_instance_capabilities_returns_all_options(
129
assert instance_types
130
# NOTE: this might need adaptation when moto is updated
131
assert (
132
- 850 < len(instance_types) < 877
+ 850 < len(instance_types) < 1003
133
), f"received {len(instance_types)}, the test might need adaptation"
134
135
0 commit comments