Skip to content

Commit acb0a93

Browse files
committed
typo
1 parent 6dfa8ce commit acb0a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-library/tests/test_ec2_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def test_ec2_instance_data_hashable(faker: Faker):
275275
assert next(iter(second_set_of_ec2s)) in union_of_sets
276276

277277

278-
def test_ec2_instance_boot_specific_with_invalid_custome_script(faker: Faker):
278+
def test_ec2_instance_boot_specific_with_invalid_custom_script(faker: Faker):
279279
valid_model = EC2InstanceBootSpecific.model_json_schema()["examples"][0]
280280
invalid_model = {**valid_model, "custom_boot_scripts": ["echo 'missing end quote"]}
281281

0 commit comments

Comments
 (0)