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 6dfa8ce commit acb0a93Copy full SHA for acb0a93
packages/aws-library/tests/test_ec2_models.py
@@ -275,7 +275,7 @@ def test_ec2_instance_data_hashable(faker: Faker):
275
assert next(iter(second_set_of_ec2s)) in union_of_sets
276
277
278
-def test_ec2_instance_boot_specific_with_invalid_custome_script(faker: Faker):
+def test_ec2_instance_boot_specific_with_invalid_custom_script(faker: Faker):
279
valid_model = EC2InstanceBootSpecific.model_json_schema()["examples"][0]
280
invalid_model = {**valid_model, "custom_boot_scripts": ["echo 'missing end quote"]}
281
0 commit comments