From 5b37375d4f4e3764e10b813829881ae7217403f0 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Mon, 23 Jul 2018 10:49:55 -0500 Subject: Fix Test Hello Issue-ID: AAF-381 Change-Id: I038559b22af061ffb3bd23048122d7cf87fbed22 Signed-off-by: Instrumental --- .../java/org/onap/aaf/cadi/enduser/test/SimpleRestClientExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cadi/oauth-enduser/src') diff --git a/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/SimpleRestClientExample.java b/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/SimpleRestClientExample.java index 6cabc654..308c7c81 100644 --- a/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/SimpleRestClientExample.java +++ b/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/SimpleRestClientExample.java @@ -49,7 +49,7 @@ public class SimpleRestClientExample { + "where \"aaf hello machine\" is an aaf Installation you know about."); } else { - SimpleRESTClient restClient = cf.simpleRESTClient(urlString,"org.osaaf.aaf"); + SimpleRESTClient restClient = cf.simpleRESTClient(urlString,"org.osaaf.clamp"); ///////////////////////////////////////////////////////////// // -- cgit 1.2.3-korg