From 75d66c20adb464e9ea36ddbfe6198a9cc70e407d Mon Sep 17 00:00:00 2001 From: Alexei Rousskikh Date: Mon, 12 Mar 2012 16:07:27 -0400 Subject: removed trailing comma which made JSON invalid Change-Id: I498349f25da6f58677245d81c633a07f056594ea Reviewed-by: Chris Craig --- tests/auto/jsonstream/schemas/ReplyCommand.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/jsonstream/schemas/ReplyCommand.json b/tests/auto/jsonstream/schemas/ReplyCommand.json index 70ef9cc..78c64d2 100644 --- a/tests/auto/jsonstream/schemas/ReplyCommand.json +++ b/tests/auto/jsonstream/schemas/ReplyCommand.json @@ -3,6 +3,6 @@ "description": "Send a command", "type": "object", "properties": { - "command": {"type":"string", "required":true }, + "command": {"type":"string", "required":true } } } -- cgit v1.2.3