Update test_definitions.py

This commit is contained in:
Daniel Sheppard
2020-11-24 12:25:06 -06:00
committed by GitHub
parent 8db3fe1dcd
commit c9f6a02e4a

@ -51,4 +51,4 @@ def test_definition(file_path):
try:
validate(definition, schema=schema)
except ValidationError as e:
pytest.fail(f"{file_path} failed validation: {e}")
pytest.fail(f"{file_path} failed validation: {e}", False)