Skip to content

Commit ec0cbac

Browse files
author
Andrei Neagu
committed
fixed after upgrade
1 parent fcf6c66 commit ec0cbac

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
@@ -125,7 +125,7 @@ async def test_get_ec2_instance_capabilities_returns_all_options(
125125
instance_types = await simcore_ec2_api.get_ec2_instance_capabilities("ALL")
126126
assert instance_types
127127
# NOTE: this might need adaptation when moto is updated
128-
assert 700 < len(instance_types) < 828
128+
assert 700 < len(instance_types) < 852
129129

130130

131131
async def test_get_ec2_instance_capabilities_raise_with_empty_set(

0 commit comments

Comments
 (0)