Skip to content

Commit 799d921

Browse files
committed
2 parents 6fa9695 + e198b5a commit 799d921

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cf-java-logging-support-jersey/src/test/java/com/sap/hcp/cf/logging/jersey/filter/RequestMetricsClientFilterTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ protected Application configure() {
5353
@Test
5454
public void ChainedResourcePerformanceLogTest() {
5555
final Response response = ClientRequestUtils.propagate(target("testchainedresource").request(), null).get();
56-
final String CORRELATION_ID = LogContext.getCorrelationId();
5756
if (response.hasEntity()) {
5857
String res = response.readEntity(String.class);
5958
res.length();

0 commit comments

Comments
 (0)