Skip to content

Commit bda4ff7

Browse files
committed
minor
1 parent e1120fe commit bda4ff7

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
@@ -728,7 +728,7 @@ async def mock_run_instances(*args, **kwargs) -> Any:
728728

729729
# Verify the error contains the expected information
730730
assert hasattr(exc_info.value, "instance_type")
731-
assert exc_info.value.instance_type == fake_ec2_instance_type.name
731+
assert exc_info.value.instance_type == fake_ec2_instance_type.name # type: ignore
732732

733733
# Verify no instances were created
734734
await _assert_no_instances_in_ec2(ec2_client)

0 commit comments

Comments
 (0)