Skip to content

Commit 4d54955

Browse files
committed
fixed test due to updated moto
1 parent 1c52d14 commit 4d54955

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
assert instance_types
126126
# NOTE: this might need adaptation when moto is updated
127127
assert (
128-
850 < len(instance_types) < 877
128+
920 < len(instance_types) < 950
129129
), f"received {len(instance_types)}, the test might need adaptation"
130130

131131

0 commit comments

Comments
 (0)