mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 08:23:33 +01:00
Update test_definitions.py
This commit is contained in:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user