X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-locate%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Faaf%2Fauth%2Flocate%2Fvalidation%2FJU_LocateValidatorTest.java;h=44ed3403c2cf12f436672ba9fe343da0acb20162;hb=be7e0d14765b8fb1520c457ab99ddedf0f7ab65e;hp=0339f318dce67890ac5c52aa5e9cb79548ffba1c;hpb=08755cae37030d74d8fcadf38f9919c9d9fd21c0;p=aaf%2Fauthz.git 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