Update cluster..json in rest api test

This commit is contained in:
Jan Eitzinger 2022-09-19 17:37:32 +02:00
parent 27d18f00eb
commit 7e0f2a2e06

View File

@ -82,11 +82,6 @@ func setup(t *testing.T) *api.RestApi {
"alert": 0 "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() tmpdir := t.TempDir()