Skip to content

Commit eac4831

Browse files
committed
Add comments to explain invalid fixture
1 parent d90866f commit eac4831

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Tests/Fixtures/invalid_configs_value_non_dict.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: InvalidConfigsNonDict
22

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.
36
settings:
47
configs:
58
invalid_key0: value0

0 commit comments

Comments
 (0)