Skip to content

Commit

Permalink
fix:ci goframe plugins config tags check 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiwei committed Sep 20, 2024
1 parent 87867f7 commit 9b81b94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/plugins/scenarios/goframe/config/excepted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: []

0 comments on commit 9b81b94

Please sign in to comment.