From 7e0f2a2e0655e1dce610cca965b35d15eb197c92 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Mon, 19 Sep 2022 17:37:32 +0200 Subject: [PATCH] Update cluster..json in rest api test --- test/api_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/api_test.go b/test/api_test.go index c0eea69..72341e1 100644 --- a/test/api_test.go +++ b/test/api_test.go @@ -82,11 +82,6 @@ func setup(t *testing.T) *api.RestApi { "alert": 0 } ], - "filterRanges": { - "numNodes": { "from": 1, "to": 1 }, - "duration": { "from": 0, "to": 172800 }, - "startTime": { "from": "2010-01-01T00:00:00Z", "to": null } - } }` tmpdir := t.TempDir()