Skip to content

Commit

Permalink
Remove unneeded annotation (#12351)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Sep 28, 2024
1 parent b4bceba commit ca75344
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
import io.opentelemetry.instrumentation.spring.gateway.common.AbstractRouteMappingTest;
import io.opentelemetry.testing.internal.armeria.common.AggregatedHttpResponse;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit.jupiter.SpringExtension;

@ExtendWith(SpringExtension.class)
@SpringBootTest(
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
classes = {
Expand Down

0 comments on commit ca75344

Please sign in to comment.