Skip to content

Commit e008c37

Browse files
committed
Minor fix
1 parent 61cfae5 commit e008c37

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

datamodel/openapi/openapi-api-apache-sample/src/test/java/com/sap/cloud/sdk/services/openapi/apache/ApiClientWithRequestCustomizerTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
import io.vavr.control.Try;
2222
import lombok.SneakyThrows;
2323

24-
@SuppressWarnings( "unchecked" )
2524
public class ApiClientWithRequestCustomizerTest
2625
{
27-
@SuppressWarnings( "rawtypes" )
2826
@Test
2927
@SneakyThrows
3028
void testRequestCustomizer()
@@ -49,7 +47,6 @@ void testRequestCustomizer()
4947
}).isSuccess()), any(HttpContext.class), any(HttpClientResponseHandler.class));
5048
}
5149

52-
@SuppressWarnings( "rawtypes" )
5350
@Test
5451
@SneakyThrows
5552
void testRequestCustomizerWithMultipleHeaders()
@@ -69,7 +66,6 @@ void testRequestCustomizerWithMultipleHeaders()
6966
}).isSuccess()), any(HttpContext.class), any(HttpClientResponseHandler.class));
7067
}
7168

72-
@SuppressWarnings( "rawtypes" )
7369
@Test
7470
@SneakyThrows
7571
void testBasicApiCall()
@@ -86,7 +82,6 @@ void testBasicApiCall()
8682
}).isSuccess()), any(HttpContext.class), any(HttpClientResponseHandler.class));
8783
}
8884

89-
@SuppressWarnings( "rawtypes" )
9085
@Test
9186
@SneakyThrows
9287
void testWithBasePath()

0 commit comments

Comments
 (0)