diff --git a/core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml b/core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml index e7f5eef..55f7ec8 100644 --- a/core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml +++ b/core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml @@ -17,8 +17,12 @@ update_test.settings: type: sequence label: 'Update status' sequence: - - type: string - label: 'Value' + - type: mapping + label: 'Module' + mapping: + status: + type: integer + label: 'Value' xml_map: type: sequence label: 'XML map'