Bulk upload changes and music health check apis
[portal.git] / ecomp-portal-BE-common / src / test / java / org / onap / portalapp / portal / controller / SharedContextRestClient.java
index 427b412..13dfc18 100644 (file)
@@ -178,6 +178,7 @@ public class SharedContextRestClient {
                } finally {
                        if (response != null)
                                response.close();
+                       httpClient.close();
                }
                return json;
        }
@@ -292,6 +293,7 @@ public class SharedContextRestClient {
                } finally {
                        if (response != null)
                                response.close();
+                       httpClient.close();
                }
                return responseJson;
        }