From 48d89377d5cc08e1e0a22b5938bef3f2e44642b3 Mon Sep 17 00:00:00 2001 From: aaron <462826@qq.com> Date: Wed, 31 May 2023 15:08:23 +0800 Subject: [PATCH] support set more than one id for unit testcase --- test/restapi/api_result_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/restapi/api_result_test.go b/test/restapi/api_result_test.go index e5bd89b1..028b1758 100644 --- a/test/restapi/api_result_test.go +++ b/test/restapi/api_result_test.go @@ -181,7 +181,7 @@ const ztfReportJson = ` "status": "pass", "checkPoints": [ { - "numb": 1, + "numb": 1 "expect": "two", "actual": "two", "status": "pass" -- GitLab