Sync Integ to Master
[sdc.git] / test-apis-ci / src / main / java / org / openecomp / sdc / ci / tests / execute / service / GetComponentAuditApiTest.java
index 846b5d2..0417d56 100644 (file)
@@ -93,7 +93,8 @@ public class GetComponentAuditApiTest extends ComponentBaseTest {
                final String ES_TEMPLATE_URL = "http://%s:%s/_template/audit_template";
                String url = String.format(ES_TEMPLATE_URL, config.getEsHost(), config.getEsPort());
 
-               RestResponse sendHttpPost = new HttpRequest().sendHttpPost(url, fileContentUTF8.left().value(), null);
+//             RestResponse sendHttpPost = new HttpRequest().sendHttpPost(url, fileContentUTF8.left().value(), null);
+               RestResponse sendHttpPost = new HttpRequest().httpSendPost(url, fileContentUTF8.left().value(), null);
                AssertJUnit.assertTrue(sendHttpPost.getErrorCode() == HttpStatus.SC_OK);
        }