diff options
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 |