X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=holmes-actions%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fholmes%2Fcommon%2Futils%2FJerseyClientTest.java;h=b0b5714c6cabd58b3109c430484a20aae8fd8e5a;hb=bb55dbd5674c5a5165592387de13a2a211f90ec9;hp=df1e2a2a0ecdc0a6805a3dc14069e22cae2e405d;hpb=be5ca2b68e80688677d75e5f688199511745570b;p=holmes%2Fcommon.git diff --git a/holmes-actions/src/test/java/org/onap/holmes/common/utils/JerseyClientTest.java b/holmes-actions/src/test/java/org/onap/holmes/common/utils/JerseyClientTest.java index df1e2a2..b0b5714 100644 --- a/holmes-actions/src/test/java/org/onap/holmes/common/utils/JerseyClientTest.java +++ b/holmes-actions/src/test/java/org/onap/holmes/common/utils/JerseyClientTest.java @@ -43,7 +43,8 @@ import static org.junit.Assert.assertThat; @PowerMockIgnore({"javax.net.ssl.*", "javax.security.*"}) public class JerseyClientTest { - private final String ERROR_MSG = "Status code: <404>. Message: Failed to get response from the server. Info: Error"; + private final String ERROR_MSG = "Failed to get response from the server. \nURL: http://www.onap.org/holmes/test" + + "\nCause: Not Found\nResponse body: Error"; private JerseyClient jerseyClient = JerseyClient.newInstance(); private String url = "http://www.onap.org/holmes/test";