voxpupuli / metadata-json-lint

Tool to check the validity of Puppet metadata.json files
Apache License 2.0
30 stars 27 forks source link

Fix 'broken' test to not check for specific JSON error code #63

Closed domcleal closed 7 years ago

domcleal commented 7 years ago

The integers in the JSON gem's error messages are source code line numbers, which change between releases (e.g. 2.0.4 to 2.1.0).


Please note that the "mixed_version_syntax" test will still fail (see https://github.com/puppetlabs/semantic_puppet/pull/24), but the test named "broken" should now pass.