diff --git a/util/tests/JSON/input-multibench-k8s-remotehosts.json b/util/tests/JSON/input-multibench-k8s-remotehosts.json index 538efa9..188b113 100644 --- a/util/tests/JSON/input-multibench-k8s-remotehosts.json +++ b/util/tests/JSON/input-multibench-k8s-remotehosts.json @@ -120,15 +120,17 @@ "settings": { "user": "ENDPOINT_USER" }, - "remotes": { - "engines": [ - { "role": "client", "ids": [ 1, 5 ] } - ], - "config": { - "host": "ENDPOINT_HOST" + "remotes": [ + { + "engines": [ + { "role": "client", "ids": [ 1, 5 ] } + ], + "config": { + "host": "ENDPOINT_HOST" + } } - } - } + ] + }, ], "run-params": { "num-samples": 1,