From 188d7e41d8ad34eb28b157ccee723a147846e0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 17 Apr 2017 16:16:34 -0700 Subject: [PATCH] Mark one of the mock alerts as inhibited --- mock/0.4/api/v1/alerts/groups | 2 +- mock/0.5/api/v1/alerts/groups | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mock/0.4/api/v1/alerts/groups b/mock/0.4/api/v1/alerts/groups index 63a315b5e..99468cbef 100644 --- a/mock/0.4/api/v1/alerts/groups +++ b/mock/0.4/api/v1/alerts/groups @@ -272,7 +272,7 @@ "startsAt": "2017-02-18T01:14:38Z", "endsAt": "0001-01-01T00:00:00Z", "generatorURL": "http://localhost/graph", - "inhibited": false + "inhibited": true } ] } diff --git a/mock/0.5/api/v1/alerts/groups b/mock/0.5/api/v1/alerts/groups index ee0eb0fb6..d3e0e8203 100644 --- a/mock/0.5/api/v1/alerts/groups +++ b/mock/0.5/api/v1/alerts/groups @@ -272,7 +272,7 @@ "startsAt": "2017-02-18T01:14:38Z", "endsAt": "0001-01-01T00:00:00Z", "generatorURL": "http://localhost/graph", - "inhibited": false + "inhibited": true } ] }