From 9b81b945407be4a26df9f07ec08ecee78e265313 Mon Sep 17 00:00:00 2001 From: lidiwei Date: Fri, 20 Sep 2024 16:21:10 +0800 Subject: [PATCH] fix:ci goframe plugins config tags check 3 --- test/plugins/scenarios/goframe/config/excepted.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/plugins/scenarios/goframe/config/excepted.yml b/test/plugins/scenarios/goframe/config/excepted.yml index bcfe4fc6..d0a9f381 100644 --- a/test/plugins/scenarios/goframe/config/excepted.yml +++ b/test/plugins/scenarios/goframe/config/excepted.yml @@ -57,8 +57,6 @@ segmentItems: tags: - {key: http.method, value: GET} - {key: url, value: 'localhost:8080/provider'} - - {key: http.params, value: 'test=1'} - - {key: http.headers, value: "h1=h1-value\nh2=h2"} - {key: status_code, value: '200'} - operationName: GET:/consumer parentSpanId: -1 @@ -74,6 +72,7 @@ segmentItems: tags: - {key: http.method, value: GET} - {key: url, value: 'service:8080/consumer'} + - {key: http.params, value: ''} - {key: status_code, value: '200'} meterItems: [] logItems: [] \ No newline at end of file