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 fcf6c66 commit ec0cbacCopy full SHA for ec0cbac
packages/aws-library/tests/test_ec2_client.py
@@ -125,7 +125,7 @@ async def test_get_ec2_instance_capabilities_returns_all_options(
125
instance_types = await simcore_ec2_api.get_ec2_instance_capabilities("ALL")
126
assert instance_types
127
# NOTE: this might need adaptation when moto is updated
128
- assert 700 < len(instance_types) < 828
+ assert 700 < len(instance_types) < 852
129
130
131
async def test_get_ec2_instance_capabilities_raise_with_empty_set(
0 commit comments