Commit ba30c38a authored by vivekkr0311's avatar vivekkr0311
Browse files

add print for debug purpose

parent 8fe7e1ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ public class HelloWorldWebScriptIT {

        // Execute Web Script call
        try {
            System.out.println("[Debug Purpose]: Executing HTTP GET request to: " + webscriptURL);
            HttpGet httpget = new HttpGet(webscriptURL);
            HttpResponse httpResponse = httpclient.execute(httpget);
            assertEquals("Incorrect HTTP Response Status",