Skip to content

Commit 2c9ebf1

Browse files
committed
typo
1 parent 3d8b2f6 commit 2c9ebf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

st2common/st2common/util/config_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def _get_object_properties_schema(object_schema, objecy_keys=None):
129129
# additionalProperties can be a boolean or a dict
130130
if additional_properties and isinstance(additional_properties, dict):
131131
# ensure that these keys are present in the object
132-
for key in objecy_keys:
132+
for key in object_keys:
133133
flattened_properties_schema[key] = additional_properties
134134

135135
# Second, replace the additionalProperties schemas with any

0 commit comments

Comments
 (0)