From 3d9335690795597cea597cae2c2f0135e85e2aec Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Fri, 11 Oct 2024 14:49:01 +0700 Subject: [PATCH] fix unit tests --- connector/testdata/query/service_up/expected.json | 2 +- connector/testdata/query/service_up_range/expected.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/connector/testdata/query/service_up/expected.json b/connector/testdata/query/service_up/expected.json index 9505039..f058511 100644 --- a/connector/testdata/query/service_up/expected.json +++ b/connector/testdata/query/service_up/expected.json @@ -1,5 +1,5 @@ [ { - "rows": [{ "__value": [] }] + "rows": [] } ] diff --git a/connector/testdata/query/service_up_range/expected.json b/connector/testdata/query/service_up_range/expected.json index 9505039..f058511 100644 --- a/connector/testdata/query/service_up_range/expected.json +++ b/connector/testdata/query/service_up_range/expected.json @@ -1,5 +1,5 @@ [ { - "rows": [{ "__value": [] }] + "rows": [] } ]