Commit c8cb3291 authored by Łukasz Nowak's avatar Łukasz Nowak

test_json_schema: Always shall full diff for JSON schema problems

Without full diff it's often impossible to understand the problem of JSON
schema introduced by the developer.
parent f09e1438
Pipeline #34214 failed with stage
in 0 seconds
......@@ -126,7 +126,8 @@ def generateJSONSchemaTest():
class TestJSONSchemaValidation(unittest.TestCase):
pass
# Show full difference to understand problems
maxDiff = None
generateSoftwareCfgTest()
generateJSONSchemaTest()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment