Skip to content

Commit

Permalink
Update frontend test to remove fraud detection span check (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 authored Apr 10, 2024
1 parent d885110 commit 1d3a324
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/tracetesting/frontend-service/06-checking-out-cart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,3 @@ spec:
selector: span[tracetest.span.type="messaging" name="orders receive" messaging.system="kafka" messaging.destination.name="orders" messaging.operation="receive"]
assertions:
- attr:name = "orders receive"
- name: The order was sent to fraud detection team
# captures the span emitted by Kafka instrumentation for Kotlin
selector: span[tracetest.span.type="messaging" name="orders process" messaging.system="kafka" messaging.operation="process"]
assertions:
- attr:name = "orders process"

0 comments on commit 1d3a324

Please sign in to comment.