summaryrefslogtreecommitdiffstats
path: root/auth/auth-cmd/src/test/java
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth-cmd/src/test/java')
-rw-r--r--auth/auth-cmd/src/test/java/org/onap/aaf/auth/cmd/test/ns/JU_List.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-cmd/src/test/java/org/onap/aaf/auth/cmd/test/ns/JU_List.java b/auth/auth-cmd/src/test/java/org/onap/aaf/auth/cmd/test/ns/JU_List.java
index 61f41585..e4100a02 100644
--- a/auth/auth-cmd/src/test/java/org/onap/aaf/auth/cmd/test/ns/JU_List.java
+++ b/auth/auth-cmd/src/test/java/org/onap/aaf/auth/cmd/test/ns/JU_List.java
@@ -136,7 +136,7 @@ public class JU_List {
user.setType(2);
Assert.assertEquals("U/P2", list.getType(user));
user.setType(10);
- Assert.assertEquals("Cert", list.getType(user));
+ Assert.assertEquals("FQI", list.getType(user));
user.setType(200);
Assert.assertEquals("x509", list.getType(user));
}