From 8c3ca5a69c3e4a9d59b345190a789f03c492aad0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 3 Jan 2021 14:34:27 +0000 Subject: [PATCH] Valid --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 6c86c225e..740f092bd 100644 --- a/tests.py +++ b/tests.py @@ -1981,7 +1981,7 @@ def testJsonld(): "description": "My json document", "numberField": 83582, "object": { - "content": "Some content" + "content": "valid content" } } # privateKeyPem, publicKeyPem = generateRSAKey()