Merge "Reduce the number of raw-type related warnings in aai-common"
[aai/aai-common.git] / aai-schema-ingest / src / test / java / org / onap / aai / restclient / SchemaRestClientTest.java
index cbbc63d..4b12936 100644 (file)
@@ -50,7 +50,7 @@ public class SchemaRestClientTest {
 
     @Test
     public void testGetRequestToSchemaService() {
-        ResponseEntity aaiResponse;
+        ResponseEntity<String> aaiResponse;
         RestClient restClient = null;
 
         restClient = restClientFactory.getRestClient(SCHEMA_SERVICE);