From 9a9c54606b44c65e982aad6e7c7fb9372135b79f Mon Sep 17 00:00:00 2001 From: apmmachine Date: Mon, 28 Mar 2022 10:01:53 +0000 Subject: [PATCH] test: synchronizing gherkin specs --- tests/bdd/features/otel_bridge.feature | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/bdd/features/otel_bridge.feature b/tests/bdd/features/otel_bridge.feature index 8d65772b7..5579e6ad4 100644 --- a/tests/bdd/features/otel_bridge.feature +++ b/tests/bdd/features/otel_bridge.feature @@ -170,7 +170,6 @@ Feature: OpenTelemetry bridge # https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/messaging.md Scenario: Messaging consumer Given an agent - And an active transaction And OTel span is created with kind 'CONSUMER' And OTel span has following attributes | messaging.system | anything | @@ -243,4 +242,3 @@ Feature: OpenTelemetry bridge And OTel span ends Then Elastic bridged transaction type is 'request' -