14 lines
322 B
Groovy
14 lines
322 B
Groovy
/*
|
|
* Copyright The OpenTelemetry Authors
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
import io.opentelemetry.instrumentation.test.AgentTestTrait
|
|
|
|
class SpringIntegrationTelemetryTest extends AbstractSpringIntegrationTracingTest implements AgentTestTrait {
|
|
@Override
|
|
Class<?> additionalContextClass() {
|
|
null
|
|
}
|
|
}
|