From 8db1ea85278fe74c82b4e7d7a433377597cd4ec5 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Wed, 8 Sep 2021 11:59:57 +0000 Subject: [PATCH] test: synchronizing json specs --- test/fixtures/json-specs/span_types.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/fixtures/json-specs/span_types.json b/test/fixtures/json-specs/span_types.json index e6af903120..18189088a9 100644 --- a/test/fixtures/json-specs/span_types.json +++ b/test/fixtures/json-specs/span_types.json @@ -43,6 +43,12 @@ "__used_by": [ "ruby" ] + }, + "handler": { + "__description": "Application handler", + "__used_by": [ + "java" + ] } } },