From 87867f71a12d54bbfd8b541ee29cfeeb428208cf Mon Sep 17 00:00:00 2001 From: lidiwei Date: Fri, 20 Sep 2024 15:50:51 +0800 Subject: [PATCH] fix:ci goframe plugins config tags check order --- test/plugins/scenarios/goframe/config/excepted.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/plugins/scenarios/goframe/config/excepted.yml b/test/plugins/scenarios/goframe/config/excepted.yml index c4faa340..bcfe4fc6 100644 --- a/test/plugins/scenarios/goframe/config/excepted.yml +++ b/test/plugins/scenarios/goframe/config/excepted.yml @@ -34,8 +34,8 @@ segmentItems: tags: - {key: http.method, value: GET} - {key: url, value: 'localhost:8080/provider'} - - {key: http.headers, value: "h1=h1-value\nh2=h2"} - {key: http.params, value: 'test=1'} + - {key: http.headers, value: "h1=h1-value\nh2=h2"} - {key: status_code, value: '200'} refs: - {parentEndpoint: 'GET:/consumer', networkAddress: 'localhost:8080', refType: CrossProcess, @@ -57,8 +57,8 @@ segmentItems: tags: - {key: http.method, value: GET} - {key: url, value: 'localhost:8080/provider'} - - {key: http.headers, value: "h1=h1-value\nh2=h2"} - {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