We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90866f commit eac4831Copy full SHA for eac4831
1 file changed
Tests/Fixtures/invalid_configs_value_non_dict.yml
@@ -1,5 +1,8 @@
1
name: InvalidConfigsNonDict
2
3
+# This fixture is used to test the validation that ensures all values under `settings.configs`
4
+# are mappings. `invalid_key0` and `invalid_key1` are not mapping,
5
+# which should cause a SpecParsingError.invalidConfigsMappingFormat to be thrown.
6
settings:
7
configs:
8
invalid_key0: value0
0 commit comments