From fd7a0520238d2c83c2ddb12491dbf668e6f5e7ee Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 8 Dec 2016 15:23:24 -0500 Subject: [PATCH] testdata: fix invalid json doc Signed-off-by: Vincent Batts --- test/testdata/sandbox_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testdata/sandbox_config.json b/test/testdata/sandbox_config.json index bc1f8a99..0135b7b1 100644 --- a/test/testdata/sandbox_config.json +++ b/test/testdata/sandbox_config.json @@ -59,5 +59,6 @@ "host_pid": false, "host_ipc": false } + } } }