Skip to content

Commit

Permalink
ensure right ordering when asserting mule remote test
Browse files Browse the repository at this point in the history
  • Loading branch information
amarziali committed Oct 17, 2024
1 parent 84d0670 commit 098998a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class MuleForkedTest extends WithHttpServer<MuleTestContainer> {
response.body().string() == "Hello Client."
assertTraces(1) {
trace(2) {
sortSpansByStart()
span(0) {
operationName operation()
resourceName "GET /client-request"
Expand Down

0 comments on commit 098998a

Please sign in to comment.