We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dde2d commit cc3fb3cCopy full SHA for cc3fb3c
example_invalid.py
@@ -1,7 +1,7 @@
1
from xdi_validator import validate
2
import json
3
4
-invalid_xdi = open("tests/wrong_fields.xdi", "r")
+invalid_xdi = open("invalid.xdi", "r")
5
6
errors, data = validate(invalid_xdi)
7
0 commit comments