Skip to content

Commit

Permalink
Fix tracetest
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Mar 15, 2024
1 parent 41295ed commit fb3d5aa
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="Trigger test"]
selector: span[tracetest.span.type="general" name="Tracetest trigger"]
assertions:
- attr:tracetest.response.body | json_path '$.order.orderId' != ""
- attr:tracetest.response.body | json_path '$.order.shippingTrackingId' != ""
Expand Down

0 comments on commit fb3d5aa

Please sign in to comment.