diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-23 15:40:24 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-23 15:40:24 +0100 |
commit | b1eb8b81f875f2b9f7b38239f91bd0c716f86eb3 (patch) | |
tree | 0ebd689308a3938b9148b8fd0e420cc3de532086 /tests/data/wrong/settings.yaml | |
parent | a7102f127d64a13d555d2085db84ae349532b499 (diff) |
Add a field with values to some test collections
Diffstat (limited to 'tests/data/wrong/settings.yaml')
-rw-r--r-- | tests/data/wrong/settings.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/wrong/settings.yaml b/tests/data/wrong/settings.yaml index bf79572..6b3a3bb 100644 --- a/tests/data/wrong/settings.yaml +++ b/tests/data/wrong/settings.yaml @@ -26,3 +26,9 @@ fields: - name: cloud type: cloud help: 'There is no cloud type' + - name: category + type: string + values: + - first + - second + - third |