Fix testing results for Authn
[aaf/authz.git] / cadi / oauth-enduser / src / test / java / org / onap / aaf / cadi / enduser / test / OnapClientExample.java
index 441be4d..4b29518 100644 (file)
@@ -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);