Remove extra empty line in the IntegrationObservabilityZipkinTests

(cherry picked from commit 66ca557a54)
This commit is contained in:
Artem Bilan
2024-06-03 15:25:29 -04:00
committed by Spring Builds
parent 5e4da625de
commit c80e47d1e6

View File

@@ -195,7 +195,6 @@ public class IntegrationObservabilityZipkinTests extends SampleTestRunner {
return bridgeHandler;
}
AtomicReference<ErrorMessage> errorMessageReference = new AtomicReference<>();
CountDownLatch errorMessageReceivedLatch = new CountDownLatch(1);