summaryrefslogtreecommitdiffstats
path: root/auth/auth-locate/src/test
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-04-04 21:42:19 -0500
committerInstrumental <jonathan.gathman@att.com>2019-04-05 07:54:42 -0500
commitbe7e0d14765b8fb1520c457ab99ddedf0f7ab65e (patch)
treecb2c544275dbb905d07239798bdbef8dbcb8c8df /auth/auth-locate/src/test
parent08755cae37030d74d8fcadf38f9919c9d9fd21c0 (diff)
Refine Helm Client Charts
Issue-ID: AAF-802 Change-Id: Ie00cd2919eeecef00aac1dae139c7ef80092589a Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-locate/src/test')
-rw-r--r--auth/auth-locate/src/test/java/org/onap/aaf/auth/locate/validation/JU_LocateValidatorTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-locate/src/test/java/org/onap/aaf/auth/locate/validation/JU_LocateValidatorTest.java b/auth/auth-locate/src/test/java/org/onap/aaf/auth/locate/validation/JU_LocateValidatorTest.java
index 0339f318..44ed3403 100644
--- a/auth/auth-locate/src/test/java/org/onap/aaf/auth/locate/validation/JU_LocateValidatorTest.java
+++ b/auth/auth-locate/src/test/java/org/onap/aaf/auth/locate/validation/JU_LocateValidatorTest.java
@@ -76,7 +76,7 @@ public class JU_LocateValidatorTest {
validator.endpoint(endpoint);
- assertEquals("Endpoint Name must prefixed by Namespace\n", validator.errs());
+ assertEquals("Endpoint Name (Endpoint1) must prefixed by Namespace\n", validator.errs());
}
@Test