From a79f30195cc07241ef633998459f9daec08f40ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 1 Apr 2017 10:47:50 -0700 Subject: [PATCH] Fix syntax error in silence mock data --- mock/api/v1/silences | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mock/api/v1/silences b/mock/api/v1/silences index eaaccc676..2a2509fd7 100644 --- a/mock/api/v1/silences +++ b/mock/api/v1/silences @@ -36,6 +36,5 @@ "createdBy": "john@example.com", "comment": "Silenced Host_Down alerts in the dev cluster" } - ], - } + ] }