From 255cb9527038494db17a72a6f04ecde22fcb62c0 Mon Sep 17 00:00:00 2001 From: nissimshitrit Date: Thu, 6 Apr 2017 13:40:20 +0300 Subject: [PATCH] reg day user story #268402:As a user, I can define checkbooks theme --- .../test/java/com/hp/devops/demoapp/ConfigurationService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/src/test/java/com/hp/devops/demoapp/ConfigurationService.java b/integration-tests/src/test/java/com/hp/devops/demoapp/ConfigurationService.java index accbe06758..a4fffeb757 100644 --- a/integration-tests/src/test/java/com/hp/devops/demoapp/ConfigurationService.java +++ b/integration-tests/src/test/java/com/hp/devops/demoapp/ConfigurationService.java @@ -42,7 +42,7 @@ public static ConfigurationService getInstance(){ } System.out.println("Starting the test for " + instance.protocol + "://" + instance.hostName + ":" + instance.port + instance.basePath); if(!instance.proxyHost.isEmpty()){ - System.out.println("The tests will run via proxy: " + instance.proxyHost + ":" + instance.proxyPort); + System.out.println("The tests will run via proxy: " + instance.proxyHost + ":" + instance.proxyPort); } return instance;