Skip to content

Commit

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

0 comments on commit 87867f7

Please sign in to comment.