Skip to content

Commit

Permalink
Fix trace test
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Mar 14, 2024
1 parent 32f5597 commit 7794f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tracetesting/checkout-service/place-order.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
}
specs:
- name: It returns a valid order
selector: span[tracetest.span.type="general" name="Tracetest trigger"]
selector: span[tracetest.span.type="general" name="Trigger test"]
assertions:
- attr:tracetest.response.body | json_path '$.order.orderId' != ""
- attr:tracetest.response.body | json_path '$.order.shippingTrackingId' != ""
Expand Down

0 comments on commit 7794f15

Please sign in to comment.