Since [io.opentelemetry:opentelemetry-exporter-otlp-common:1.12.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.12.0) release, grpc otlp exporter sends TraceState data to the server. We don't put TraceState to the expected result, so the tests fail. TraceState in generated spans is temporary set to empty in order to make the tests pass. Need to fix it. See also: https://github.com/trace4cats/trace4cats-opentelemetry/pull/150