From 1d3a324e6ac274ad0c9cea044a46f71ec91bca68 Mon Sep 17 00:00:00 2001 From: Juliano Costa Date: Wed, 10 Apr 2024 14:11:06 +0200 Subject: [PATCH] Update frontend test to remove fraud detection span check (#1516) --- test/tracetesting/frontend-service/06-checking-out-cart.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/tracetesting/frontend-service/06-checking-out-cart.yaml b/test/tracetesting/frontend-service/06-checking-out-cart.yaml index 13f6c7a8f3..b1372d2597 100644 --- a/test/tracetesting/frontend-service/06-checking-out-cart.yaml +++ b/test/tracetesting/frontend-service/06-checking-out-cart.yaml @@ -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"