Allow topics to be registered with lower case for kafka compability
[policy/pap.git] / main / src / test / java / org / onap / policy / pap / main / comm / PublisherTest.java
index 6ef828b..4eeeae1 100644 (file)
@@ -58,7 +58,7 @@ public class PublisherTest extends Threaded {
     private static final String JSON1;
     private static final String JSON2;
 
-    protected static final String PDP_PAP_TOPIC = "POLICY-PDP-PAP";
+    protected static final String PDP_PAP_TOPIC = "policy-pdp-pap";
 
     static {
         try {