X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Foauth-enduser%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Faaf%2Fcadi%2Fenduser%2Ftest%2FOnapClientExample.java;h=4b29518f42d1fc5fb1f4ec60924ce687e1c7c655;hb=442d8fb117c9086ec2ec468f661af082becafbb8;hp=441be4d287665fb8764ebe51058e0786511ccace;hpb=01c17dafca7527ebd8d43d22babea6e2136fc706;p=aaf%2Fauthz.git diff --git a/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/OnapClientExample.java b/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/OnapClientExample.java index 441be4d2..4b29518f 100644 --- a/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/OnapClientExample.java +++ b/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/OnapClientExample.java @@ -104,7 +104,7 @@ public class OnapClientExample { // These should NOT be used cross thread. // Get Hello Service URL... roll your own in your own world. final String endServicesURL = access.getProperty(Config.AAF_OAUTH2_HELLO_URL, - "https://AAF_LOCATE_URL/AAF_NS.hello/2.0"); + "https://AAF_LOCATE_URL/AAF_NS.hello:2.0"); TzClient helloClient = tcf.newTzClient(endServicesURL);